Skip to content

Commit

Permalink
feat(sdk): update dependency dart to >=3.2.2 <4.0.0 (#221)
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 Dec 1, 2023
1 parent 1d04229 commit 97c7928
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Expand Up @@ -127,7 +127,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.6.0"
version: "2.7.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -381,5 +381,5 @@ packages:
source: hosted
version: "1.0.3"
sdks:
dart: ">=3.2.1 <4.0.0"
flutter: ">=3.16.1"
dart: ">=3.2.2 <4.0.0"
flutter: ">=3.16.2"
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.1 <4.0.0"
sdk: ">=3.2.2 <4.0.0"

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

environment:
sdk: ">=3.2.1 <4.0.0"
sdk: ">=3.2.2 <4.0.0"
flutter: ">=3.16.2"

dependencies:
Expand Down

0 comments on commit 97c7928

Please sign in to comment.