google_maps_flutter_platform_interface 2.14.1
google_maps_flutter_platform_interface: ^2.14.1 copied to clipboard
google_maps_flutter_platform_interface#
A common platform interface for thegoogle_maps_flutter plugin.
This interface allows platform-specific implementations of thegoogle_maps_flutterplugin, as well as the plugin itself, to ensure they are supporting thesame interface.
Usage#
To implement a new platform-specific implementation ofgoogle_maps_flutter, extendGoogleMapsFlutterPlatform with an implementation that performs theplatform-specific behavior, and when you register your plugin, set the defaultGoogleMapsFlutterPlatform by callingGoogleMapsFlutterPlatform.instance = MyPlatformGoogleMapsFlutter().
Note on breaking changes#
Strongly prefer non-breaking changes (such as adding a method to the interface)over breaking changes for this package.
Seehttps://flutter.dev/go/platform-interface-breaking-changes for a discussionon why a less-clean interface is preferable to a breaking change.
Publisher
Weekly Downloads
Metadata
A common platform interface for the google_maps_flutter plugin.
Repository (GitHub)
View/report issues
Contributing
Topics
#google-maps#google-maps-flutter#map
Documentation
License
BSD-3-Clause (license)
Dependencies
collection,flutter,plugin_platform_interface,stream_transform
More
Packages that depend on google_maps_flutter_platform_interface
← Metadata
Publisher
Weekly Downloads
Metadata
A common platform interface for the google_maps_flutter plugin.
Repository (GitHub)
View/report issues
Contributing
Topics
#google-maps#google-maps-flutter#map
Documentation
License
BSD-3-Clause (license)
Dependencies
collection,flutter,plugin_platform_interface,stream_transform
More
Packages that depend on google_maps_flutter_platform_interface