google_maps_flutter_web 0.3.3  google_maps_flutter_web: ^0.3.3 copied to clipboard
google_maps_flutter_web: ^0.3.3 copied to clipboard
Web platform implementation of google_maps_flutter
0.3.3 #
- Removes custom analysis_options.yaml(and fixes code to comply with newest rules).
- Updates package:google_mapsdependency to latest (^6.1.0).
- Ensures that convert.dartsanitizes user-created HTML before passing it to the Maps JS SDK withsanitizeHtmlfrompackage:sanitize_html. More info.
0.3.2+2 #
- Removes unnecessary imports.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
0.3.2+1 #
- Removes dependency on meta.
0.3.2 #
- Add onDragStartandonDragtoMarker
0.3.1 #
0.3.0+4 #
- Add implementsto pubspec.
0.3.0+3 #
- Update the README.mdusage instructions to not be tied to explicit package versions.
0.3.0+1 #
- Change sizing code of GoogleMapwidget'sHtmlElementViewso it works well when slotted.
0.3.0 #
- Migrate package to null-safety.
- Breaking changes:
- The property iconof aMarkercannot benull. Defaults toBitmapDescriptor.defaultMarker
- The property initialCameraPositionof aGoogleMapControllercan't benull. It is also marked asrequired.
- The parameter creationIdof thebuildViewmethod cannot benull(this should be handled internally for users of the plugin)
- Most of the Controller methods can't be called after remove/dispose. Calling these methods now will throw an Assertion error. Before it'd be a no-op, or a null-pointer exception.
 
- The property 
0.2.1 #
- Move integration tests to example.
- Tweak pubspec dependencies for main package.
0.2.0 #
- Make this plugin compatible with the rest of null-safe plugins.
- Noop tile overlays methods, so they don't crash on web.
NOTE: This plugin is not null-safe yet!
0.1.2 #
- Update min Flutter SDK to 1.20.0.
0.1.0+10 #
- Update package:google_maps_flutter_platform_interfaceto^1.1.0.
- Add support for Polygon Holes.
0.1.0+9 #
- Update Flutter SDK constraint.
0.1.0+8 #
- Update package:google_maps_flutter_platform_interfaceto^1.0.5.
- Add support for fromBitmapBitmapDescriptors. Issue.
0.1.0+7 #
- Substitute undefined_prefixed_name: ignoreanalyzer setting by adart:uishim with conditional exports. Issue.
0.1.0+5 #
0.1.0+4 #
- Update package:sanitize_htmlto^1.4.1to prevent a crash when InfoWindow title/snippet have links.
0.1.0+3 #
0.1.0+1 #
- Port e2e tests to use the new integration_test package.
0.1.0 #
- First open-source version