Skip to content

Commit

Permalink
chore: bump flutter minimum version for web packages (#9748)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Oct 18, 2022
1 parent 3bc65a6 commit b81a6eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cloud_firestore/cloud_firestore_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 3.0.0

environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4"
flutter: ">=1.20.0"

dependencies:
_flutterfire_internals: ^1.0.3
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud_functions/cloud_functions_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 4.3.8

environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4"
flutter: ">=1.20.0"

dependencies:
cloud_functions_platform_interface: ^5.1.19
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_core/firebase_core_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2.0.0

environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
flutter: ">=1.20.0"

dependencies:
firebase_core_platform_interface: ^4.5.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 3.2.1

environment:
sdk: '>=2.16.0 <3.0.0'
flutter: ">=1.12.13+hotfix.4"
flutter: ">=1.20.0"

dependencies:
_flutterfire_internals: ^1.0.3
Expand Down

0 comments on commit b81a6eb

Please sign in to comment.