firebase_core_platform_interface 6.0.2
firebase_core_platform_interface: ^6.0.2 copied to clipboard
firebase_core_platform_interface#
A common platform interface for thefirebase_core plugin.
This interface allows platform-specific implementations of thefirebase_coreplugin, as well as the plugin itself, to ensure they are supporting thesame interface.
Usage#
To implement a new platform-specific implementation offirebase_core, extendFirebasePlatform with an implementation that performs theplatform-specific behavior, and when you register your plugin, set the defaultFirebasePlatform by callingFirebasePlatform.instance = MyFirebaseCore().
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 firebase_core plugin.
Repository (GitHub)
View/report issues
Contributing
Documentation
License
BSD-3-Clause (license)
Dependencies
collection,flutter,flutter_test,meta,plugin_platform_interface
More
← Metadata
Publisher
Weekly Downloads
Metadata
A common platform interface for the firebase_core plugin.
Repository (GitHub)
View/report issues
Contributing
Documentation
License
BSD-3-Clause (license)
Dependencies
collection,flutter,flutter_test,meta,plugin_platform_interface