Skip to content

Commit

Permalink
fix(sdk): update dependency dart to >=3.2.4 <4.0.0 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 12, 2024
1 parent 764ff2e commit e478aa1
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
Expand Up @@ -381,5 +381,5 @@ packages:
source: hosted
version: "1.0.4"
sdks:
dart: ">=3.2.3 <4.0.0"
flutter: ">=3.16.5"
dart: ">=3.2.4 <4.0.0"
flutter: ">=3.16.7"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
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.2.3 <4.0.0"
sdk: ">=3.2.4 <4.0.0"

dependencies:
cloud_firestore: ^4.13.6
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -5,7 +5,7 @@ version: 2.11.0
homepage: https://github.com/zeshuaro/firestore_cache

environment:
sdk: ">=3.2.3 <4.0.0"
sdk: ">=3.2.4 <4.0.0"
flutter: ">=3.16.7"

dependencies:
Expand Down

0 comments on commit e478aa1

Please sign in to comment.