Skip to content

Commit

Permalink
feat: specify minimum flutter version >=3.13.9 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Nov 19, 2023
1 parent cac7ebf commit 3d7b1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Expand Up @@ -382,4 +382,4 @@ packages:
version: "1.0.3"
sdks:
dart: ">=3.2.0-194.0.dev <4.0.0"
flutter: ">=3.7.0"
flutter: ">=3.13.9"
1 change: 1 addition & 0 deletions pubspec.yaml
Expand Up @@ -6,6 +6,7 @@ homepage: https://github.com/zeshuaro/firestore_cache

environment:
sdk: ">=2.19.6 <3.0.0"
flutter: ">=3.13.9"

dependencies:
cloud_firestore: ^4.13.0
Expand Down

0 comments on commit 3d7b1f5

Please sign in to comment.