Skip to content

Commit 2772d10

Browse files
authoredMay 11, 2023
feat: update dependency constraints to sdk: '>=2.18.0 <4.0.0' flutter: '>=3.3.0' (#10946)
1 parent e1f5a5e commit 2772d10

File tree

85 files changed

+151
-208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+151
-208
lines changed
 

Diff for: ‎packages/_flutterfire_internals/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ repository: https://github.com/firebase/flutterfire/tree/master/packages/_flutte
55
version: 1.2.0
66

77
environment:
8-
sdk: '>=2.18.0 <3.0.0'
9-
flutter: '>=1.12.13+hotfix.5'
8+
sdk: '>=2.18.0 <4.0.0'
9+
flutter: '>=3.3.0'
1010

1111
dependencies:
1212
collection: ^1.0.0

Diff for: ‎packages/cloud_firestore/cloud_firestore/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cloud_firestore_example
22
description: Demonstrates how to use the firestore plugin.
33

44
environment:
5-
sdk: '>=2.18.0 <3.0.0'
5+
sdk: '>=2.18.0 <4.0.0'
66

77
dependencies:
88
cloud_firestore: ^4.6.0

0 commit comments

Comments
 (0)