callbundle_platform_interface 1.0.0 copy "callbundle_platform_interface: ^1.0.0" to clipboard
callbundle_platform_interface: ^1.0.0 copied to clipboard

Platform interface for the CallBundle federated Flutter plugin. Defines the abstract API contract, data models, and events for native call UI.

callbundle_platform_interface #

A common platform interface for the callbundle plugin.

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

Usage #

To implement a new platform-specific implementation of callbundle, extend CallBundlePlatform with an implementation that performs the platform-specific behavior.

Note on Breaking Changes #

Strongly prefer non-breaking changes (such as adding a method to the interface) over breaking changes for this package. See flutter/flutter#127396 for discussion.

0
likes
0
points
302
downloads

Publisher

verified publisherikolvi.com

Weekly Downloads

Platform interface for the CallBundle federated Flutter plugin. Defines the abstract API contract, data models, and events for native call UI.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on callbundle_platform_interface