File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
packages/google_maps_flutter/google_maps_flutter Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 2.10.0
22
3- * Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
3+ * Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
4+ * Fixes detection of WebAssembly support on package site.
45
56## 2.9.0
67
Original file line number Diff line number Diff line change 55library google_maps_flutter;
66
77import 'dart:async' ;
8- import 'dart:io' ;
98
109import 'package:flutter/foundation.dart' ;
1110import 'package:flutter/gestures.dart' ;
Original file line number Diff line number Diff line change @@ -594,7 +594,6 @@ class _GoogleMapState extends State<GoogleMap> {
594594
595595/// Builds a [MapConfiguration] from the given [map] .
596596MapConfiguration _configurationFromMapWidget (GoogleMap map) {
597- assert (! map.liteModeEnabled || Platform .isAndroid);
598597 return MapConfiguration (
599598 webGestureHandling: map.webGestureHandling,
600599 compassEnabled: map.compassEnabled,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_maps_flutter
22description : A Flutter plugin for integrating Google Maps in iOS and Android applications.
33repository : https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5- version : 2.9 .0
5+ version : 2.10 .0
66
77environment :
88 sdk : ^3.4.0
You can’t perform that action at this time.
0 commit comments