đĒļ 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.