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 17, 2023
1 parent 67a5723 commit 7c1c064
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 @@ -127,7 +127,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.1"
version: "2.4.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.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.0
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 7c1c064

Please sign in to comment.