Skip to content

Commit

Permalink
fix(sdk): update dependency dart to >=3.3.2 <4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 22, 2024
1 parent 96b6a6b commit 84d72c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -413,5 +413,5 @@ packages:
source: hosted
version: "1.0.4"
sdks:
dart: ">=3.3.1 <4.0.0"
flutter: ">=3.19.3"
dart: ">=3.3.2 <4.0.0"
flutter: ">=3.19.4"
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: ">=3.3.1 <4.0.0"
sdk: ">=3.3.2 <4.0.0"

dependencies:
cloud_firestore: ^4.15.9
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.12.4
homepage: https://github.com/zeshuaro/firestore_cache

environment:
sdk: ">=3.3.1 <4.0.0"
sdk: ">=3.3.2 <4.0.0"
flutter: ">=3.19.4"

dependencies:
Expand Down

0 comments on commit 84d72c6

Please sign in to comment.