Skip to content

Commit

Permalink
fix: set minimal flutter version to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Floor <rene.floor@ah.nl>
  • Loading branch information
renefloor committed Jun 3, 2024
1 parent b722116 commit 9c7be2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/platform_maps_flutter_apple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/albert-heijn-technology/platform_maps_flutter/

environment:
sdk: '>=3.2.4 <4.0.0'
flutter: ">=1.17.0"
flutter: ">=1.20.0"

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion packages/platform_maps_flutter_google_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/albert-heijn-technology/platform_maps_flutter/

environment:
sdk: '>=3.2.4 <4.0.0'
flutter: ">=1.17.0"
flutter: ">=1.20.0"

flutter:
plugin:
Expand Down

0 comments on commit 9c7be2b

Please sign in to comment.