Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[google_maps_flutter] Update minimum supported SDK versions to Flutte…
…r 3.27/Dart 3.6
  • Loading branch information
jokerttu committed Mar 18, 2025
commit fea82e33341800d36e347902d72a6589e1545087
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.11.0

* Adds support for ground overlays.
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.

## 2.10.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.11.0

environment:
sdk: ^3.4.0
flutter: ">=3.22.0"
sdk: ^3.6.0
flutter: ">=3.27.0"

flutter:
plugin:
Expand Down