Skip to content

Commit

Permalink
chore(example/deps): update dependency dart to >=3.5.3 <4.0.0 (#557)
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] authored Sep 13, 2024
1 parent 45ba157 commit 562fb67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,5 +397,5 @@ packages:
source: hosted
version: "1.0.4"
sdks:
dart: ">=3.5.2 <4.0.0"
flutter: ">=3.24.2"
dart: ">=3.5.3 <4.0.0"
flutter: ">=3.24.3"
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.5.2 <4.0.0"
sdk: ">=3.5.3 <4.0.0"

dependencies:
cloud_firestore: ^5.4.0
Expand Down

0 comments on commit 562fb67

Please sign in to comment.