google_maps_flutter_tizen 0.2.0
google_maps_flutter_tizen: ^0.2.0 copied to clipboard
Tizen implementation of the google_maps_flutter plugin.
0.2.0 #
- Refactor the JavaScript interaction layer by introducing
GoogleMapsJsBridge, replacing directWebViewControllercalls. - Remove the public
GoogleMapsController.controllerfield. - Update
webview_flutter_lweto ^0.5.3. - Raise the SDK constraint to Dart ^3.8.0 and Flutter >=3.32.0.
- Fix a JS string escaping bug that could break marker and overlay creation.
- Fix event handling and dispose-safety issues in the JS bridge.
- Fix a null-check bug in circle tap handling.
- Verify integration tests pass against upstream google_maps_flutter v2.17.0.
0.1.14 #
- Update google_maps_flutter to 2.16.0.
- Update google_maps_flutter_platform_interface to 2.15.0.
- Add support for ground overlays (bounds-based) using
google.maps.GroundOverlay. - Forward the
colorSchememap option togoogle.maps.ColorScheme. -
- Update code format.
0.1.13 #
- Update the LICENSE file so that it is recognized by pub.dev.
0.1.12 #
- Add support for marker clustering.
0.1.11 #
- Update google_maps_flutter to 2.10.0.
- Update google_maps_flutter_platform_interface to 2.10.0.
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
0.1.10 #
- Update webview_flutter_lwe to 0.3.7.
0.1.9 #
- Update webview_flutter_lwe to 0.3.4.
- Fix memory alarm and map initialization issues.
0.1.8 #
- Support longpress event.
0.1.7 #
- Update webview_flutter_lwe to 0.3.2.
- Update google_maps_flutter to 2.7.0.
- Update google_maps_flutter_platform_interface to 2.7.0.
- Update example code.
- Supports BitmapDescriptor.asset/bytes.
- Supports byte type marker icons.
- Update integration test.
0.1.6 #
- Fix new lint warnings.
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Update webview_flutter to 4.2.2.
- Update webview_flutter_lwe to 0.3.1.
0.1.5 #
- Update the example app (
9990a4b1d72158a14924d712e89d4efef3f178d2). - Minor cleanups.
0.1.4 #
- Change dependency from webview_flutter_tizen to webview_flutter_lwe.
- Fix integration test failures.
0.1.3 #
- Resolve linter warnings.
- Update webview_flutter_tizen to 0.5.3.
0.1.2 #
- Fix variouse bugs.
- Update webview_flutter to 3.0.4.
- Update webview_flutter_tizen to 0.5.1.
0.1.1 #
- Update webview_flutter_tizen to 0.3.8.
- Replace deprecated API (
evaluateJavascripttorunJavascript/runJavascriptForResult).
0.1.0 #
- Initial release.