quill_native_bridge_platform_interface 0.0.1-dev.4 quill_native_bridge_platform_interface: ^0.0.1-dev.4 copied to clipboard
A common platform interface for the quill_native_bridge plugin.
ðŠķ Quill Native Bridge #
A common platform interface for the quill_native_bridge
plugin.
This interface allows platform-specific implementations of the quill_native_bridge
plugin, as well as the plugin itself, to ensure they are supporting the same interface.
âïļ Usage #
To implement a new platform-specific implementation of quill_native_bridge
, extend QuillNativeBridgePlatform
with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default QuillNativeBridgePlatform
by calling:
QuillNativeBridgePlatform.instance = MyPlatformQuillNativeBridge();
ð Note on breaking changes #
The quill_native_bridge
is intended for internal use and exclusively for flutter_quill
. Breaking changes may occur.