Skip to content

Commit 32e5b9f

Browse files
authored
fix: update minimum supported SDK version to Flutter 3.27/Dart 3.6. (#301)
1 parent 2edcc9c commit 32e5b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ issue_tracker: https://github.com/googlemaps/flutter-navigation-sdk/issues
1919
version: 0.5.1
2020

2121
environment:
22-
sdk: ^3.4.0
23-
flutter: ">=3.22.1"
22+
sdk: ^3.6.0
23+
flutter: ">=3.27.0"
2424

2525
dependencies:
2626
collection: ^1.17.2

0 commit comments

Comments
 (0)