Skip to content

Commit

Permalink
increase minimum Flutter SDK version
Browse files Browse the repository at this point in the history
Flutter versions prior to 1.20.0 did not support having no `ios/`
folder. For this reason, the Flutter SDK version has been set to
`>=1.20.0`.
  • Loading branch information
Adrian-Samoticha committed Dec 27, 2022
1 parent 0908320 commit 74a2ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/Adrian-Samoticha/macos_window_utils.dart

environment:
sdk: '>=2.18.5 <3.0.0'
flutter: ">=1.17.0"
flutter: ">=1.20.0"

dependencies:
flutter:
Expand Down

0 comments on commit 74a2ca6

Please sign in to comment.