Skip to content

Commit

Permalink
dart 3.0 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
esenmx committed Jun 18, 2023
1 parent 907a537 commit 8fdbfaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ publish_to: "none"
version: 1.0.0+1

environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
collection_notifiers:
path: ../
flutter_riverpod:
flutter_riverpod: ^2.3.6

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test:
flutter test --coverage

dry:
flutter pub publish --dry-run
dart pub publish --dry-run

publish:
flutter pub publish
dart pub publish
9 changes: 4 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ version: 1.0.5
repository: https://github.com/esenmx/collection_notifiers/

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
collection: ">=1.16.0 <2.0.0"
collection: ^1.17.1

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
mockito: ">=5.0.0 <6.0.0"
flutter_lints: ^2.0.1
mockito: ^5.4.2
test_utils:
git:
url: https://github.com/esenmx/test_utils
Expand Down

0 comments on commit 8fdbfaa

Please sign in to comment.