Skip to content

Commit

Permalink
feat(dart): update dependency dart to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 19, 2023
1 parent cac7ebf commit 9c3073a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -381,5 +381,5 @@ packages:
source: hosted
version: "1.0.3"
sdks:
dart: ">=3.2.0-194.0.dev <4.0.0"
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.7.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.19.6 <3.0.0"
sdk: ">=3.2.0 <4.0.0"

dependencies:
cloud_firestore: ^4.0.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2.4.1
homepage: https://github.com/zeshuaro/firestore_cache

environment:
sdk: ">=2.19.6 <3.0.0"
sdk: ">=3.2.0 <4.0.0"

dependencies:
cloud_firestore: ^4.13.0
Expand Down

0 comments on commit 9c3073a

Please sign in to comment.