Skip to content

Commit

Permalink
fix: flutter version contstraint in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajit-roy committed Jun 21, 2022
1 parent 6d4c87b commit c2a19b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/scgateway_flutter_plugin/ios"

SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
Mixpanel-swift: ce120e0d51dcb0d0bf5a25e1ee232fe89ad1136b
SCGateway: 19a144be4a895040c2393de3870846d514c37b23
scgateway_flutter_plugin: 1b329a99f747c57d76b04d043909e31d7691509e
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,4 @@ packages:
version: "3.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.16.0"
flutter: ">=2.2.2"
1 change: 1 addition & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ packages:
version: "2.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=2.2.2"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: https://github.com/smallcase/gw-mob-sdk-flutter

environment:
sdk: '>=2.12.0 <3.0.0'
# flutter: ">=2.2.2"
flutter: ">=2.2.2"

dependencies:
flutter:
Expand Down

0 comments on commit c2a19b9

Please sign in to comment.