[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgrade example to flutter 3.19.6 #1168

Merged
merged 15 commits into from
May 13, 2024
Merged
Prev Previous commit
Next Next commit
update dart packages
  • Loading branch information
matiasleyba committed May 6, 2024
commit 5942f86da9882610f7216a5d430465397ac86a1e
2 changes: 1 addition & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.0.2
dart_sdk: 3.3.4
working_directory: flutter_news_example/api
analyze_directories: "routes lib test"
coverage_excludes: "**/*.g.dart"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/article_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.0.2
dart_sdk: 3.3.4
working_directory: flutter_news_example/packages/article_repository
2 changes: 1 addition & 1 deletion .github/workflows/authentication_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.0.2
dart_sdk: 3.3.4
working_directory: flutter_news_example/packages/authentication_client/authentication_client
2 changes: 1 addition & 1 deletion .github/workflows/form_inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.0.2
dart_sdk: 3.3.4
working_directory: flutter_news_example/packages/form_inputs
2 changes: 1 addition & 1 deletion .github/workflows/news_blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
coverage_excludes: "**/*.g.dart"
dart_sdk: 3.0.2
dart_sdk: 3.3.4
working_directory: flutter_news_example/api/packages/news_blocks
2 changes: 1 addition & 1 deletion .github/workflows/notifications_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.0.2
dart_sdk: 3.3.4
working_directory: flutter_news_example/packages/notifications_client/notifications_client
2 changes: 1 addition & 1 deletion .github/workflows/package_info_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.0.2
dart_sdk: 3.3.4
working_directory: flutter_news_example/packages/package_info_client
2 changes: 1 addition & 1 deletion .github/workflows/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.0.2
dart_sdk: 3.3.4
working_directory: flutter_news_example/packages/storage/storage
2 changes: 1 addition & 1 deletion .github/workflows/token_storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.0.2
dart_sdk: 3.3.4
working_directory: flutter_news_example/packages/authentication_client/token_storage
2 changes: 1 addition & 1 deletion flutter_news_example/api/packages/news_blocks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
equatable: ^2.0.3
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/api/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.3.4 <4.0.0"
2 changes: 1 addition & 1 deletion flutter_news_example/api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
collection: ^1.16.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Package which manages the analytics domain.
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
equatable: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/app_ui/gallery/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
app_ui:
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/app_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: App UI Component Library
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
clock: ^1.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An Authentication Client Interface
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
equatable: ^2.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
authentication_client:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dev_dependencies:
coverage: ^1.3.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Dart package which provides a deep link stream
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
equatable: ^2.0.3
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/email_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
android_intent_plus: ^5.0.1
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/form_inputs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Dart package which exposes reusable form inputs and validation ru
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
formz: ^0.7.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
authentication_client:
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/news_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
equatable: ^2.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
firebase_messaging: ^14.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dev_dependencies:
test: ^1.21.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
equatable: ^2.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
equatable: ^2.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/purchase_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
clock: ^1.1.0
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/share_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
equatable: ^2.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Storage that saves data in the device's persistent memory.
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Key/Value Secure Storage Client
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/storage/storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Key/Value Storage Client for Dart.
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dev_dependencies:
test: ^1.21.4
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/user_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Dart package which manages the user domain.
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.4 <4.0.0"

dependencies:
authentication_client:
Expand Down
16 changes: 0 additions & 16 deletions flutter_news_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1508,22 +1508,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.5.3"
sqflite_common_ffi:
dependency: transitive
description:
name: sqflite_common_ffi
sha256: "754927d82de369a6b9e760fb60640aa81da650f35ffd468d5a992814d6022908"
url: "https://pub.dev"
source: hosted
version: "2.3.2+1"
sqlite3:
dependency: transitive
description:
name: sqlite3
sha256: "072128763f1547e3e9b4735ce846bfd226d68019ccda54db4cd427b12dfdedc9"
url: "https://pub.dev"
source: hosted
version: "2.4.0"
stack_trace:
dependency: transitive
description:
Expand Down
Loading