Skip to content

Commit

Permalink
dart 3 upgrade, removed dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
esenmx committed Sep 28, 2023
1 parent 568c0d1 commit dac8a83
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
name: collection_notifiers
description: Collections with implementation of ChangeNotifier/ValueListenable for minimum rebuild and better syntax
version: 1.0.5
version: 1.1.0
repository: https://github.com/esenmx/collection_notifiers/
homepage: https://mehmetesen.com/

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
collection:
flutter:
sdk: flutter
collection: ^1.17.1

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
mockito: ^5.4.2
lint:
mockito:
test_utils:
git:
url: https://github.com/esenmx/test_utils
Expand Down

0 comments on commit dac8a83

Please sign in to comment.