platform_maps_flutter_platform_interface 1.0.0-beta copy "platform_maps_flutter_platform_interface: ^1.0.0-beta" to clipboard
platform_maps_flutter_platform_interface: ^1.0.0-beta copied to clipboard

platform interface for platform_maps_flutter package

platform_maps_flutter_platform_interface #

A common platform interface for the platform_maps_flutter plugin.

This interface allows platform-specific implementations of the platform_maps_flutter plugin, as well as the plugin itself, to ensure they are supporting the same interface.

Usage #

To implement a new platform-specific implementation of platform_maps_flutter, extend PlatformMapsPlatform with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default PlatformMapsPlatform by calling PlatformMapsPlatform.instance = MyCustomPlatformMapsPlatform().

Note on breaking changes #

Strongly prefer non-breaking changes (such as adding a method to the interface) over breaking changes for this package.

See https://flutter.dev/go/platform-interface-breaking-changes for a discussion on why a less-clean interface is preferable to a breaking change.

1
likes
140
points
507
downloads

Publisher

verified publisherah.technology

Weekly Downloads

platform interface for platform_maps_flutter package

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on platform_maps_flutter_platform_interface