Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
gree-patapata committed Mar 21, 2024
1 parent a43f515 commit ef4389f
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 7 deletions.
2 changes: 2 additions & 0 deletions packages/patapata_adjust/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: patapata_adjust
description: A new Flutter plugin project.
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_adjust

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_apple_push_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: patapata_apple_push_notifications
description: A new flutter plugin project.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_apple_push_notifications

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_apps_flyer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: patapata_apps_flyer
description: A new Flutter package project.
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_apps_flyer

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_example_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_example_app

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_firebase_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: patapata_firebase_analytics
description: A new Flutter package project.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_analytics

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
13 changes: 9 additions & 4 deletions packages/patapata_firebase_auth/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.buildlog/
.history
.svn/
migrate_working_dir/

# IntelliJ related
*.iml
Expand All @@ -22,11 +21,14 @@ migrate_working_dir/
#.vscode/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
**/doc/api/
**/ios/doc/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
build/

# Android related
Expand Down Expand Up @@ -59,7 +61,6 @@ build/
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Flutter.podspec
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/ephemeral
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
Expand All @@ -72,3 +73,7 @@ build/
!**/ios/**/default.mode2v3
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

# File generated when the golden test fails.
/test/failures
2 changes: 2 additions & 0 deletions packages/patapata_firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: patapata_firebase_auth
description: A new flutter plugin project.
version: 0.0.1
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_auth

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_firebase_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: patapata_firebase_core
description: A new Flutter package project.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_core

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
4 changes: 3 additions & 1 deletion packages/patapata_firebase_crashlytics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: patapata_firebase_crashlytics
description: A new Flutter package project.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_crashlytics

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -15,7 +17,7 @@ dependencies:
patapata_firebase_core: ^1.0.0

firebase_crashlytics: ^3.3.5
stack_trace: ">=1.11.0"
stack_trace: ^1.11.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_firebase_dynamic_links/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: patapata_firebase_dynamic_links
description: A new Flutter package project.
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_dynamic_links

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_firebase_messaging/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: patapata_firebase_messaging
description: A new Flutter package project.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_messaging

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_firebase_remote_config/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: patapata_firebase_remote_config
description: A new Flutter package project.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_remote_config

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_karte_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: patapata_karte_core
description: A new flutter plugin project.
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_karte_core

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_karte_variables/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: patapata_karte_variables
description: A new Flutter package project.
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_karte_variables

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/patapata_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 1.0.0

* TODO: Describe initial release.
- initial release
2 changes: 2 additions & 0 deletions packages/patapata_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: patapata_riverpod
description: A new Flutter package project.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_riverpod

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/patapata_sentry/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: patapata_sentry
description: A new Flutter package project.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_sentry

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit ef4389f

Please sign in to comment.