Skip to content

Commit cc4f59e

Browse files
committed
- pubspec.yaml flutter constraint fixed
1 parent 8307775 commit cc4f59e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ packages:
165165
version: "2.0.0+11"
166166
sdks:
167167
dart: ">=2.12.0 <3.0.0"
168-
flutter: ">=1.12.13"
168+
flutter: ">=1.20.0"

pubspec.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ packages:
4848
version: "2.1.0"
4949
sdks:
5050
dart: ">=2.12.0 <3.0.0"
51+
flutter: ">=1.20.0"

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: https://github.com/luis901101/zsdk
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
8+
flutter: '>=1.20.0'
89

910
dependencies:
1011
flutter:
@@ -31,7 +32,7 @@ flutter:
3132
# For details regarding assets in packages, see
3233
# https://flutter.io/assets-and-images/#from-packages
3334
#
34-
# An image asset can refer to one or more resolution-specific "variants", see
35+
# An image asset can refer to one or more resolution-specific 'variants", see
3536
# https://flutter.io/assets-and-images/#resolution-aware.
3637

3738
# To add custom fonts to your plugin package, add a fonts section here,

0 commit comments

Comments
 (0)