QuillNativeBridge class

An internal plugin for flutter_quill package to access platform-specific APIs.

See QuillNativeBridgeFeature to check whatever if a feature is supported.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

copyHtmlToClipboard(String html) Future<void>
Copy the html to the clipboard to be pasted on other apps.
copyImageToClipboard(Uint8List imageBytes) Future<void>
Copy the imageBytes to Clipboard to be pasted on other apps.
getClipboardFiles() Future<List<String>>
Return the file paths from the Clipboard.
getClipboardGif() Future<Uint8List?>
Return the copied gif from the Clipboard.
getClipboardHtml() Future<String?>
Return HTML from the Clipboard.
getClipboardImage() Future<Uint8List?>
Return the copied image from the Clipboard.
isIOSSimulator() Future<bool>
Check if the app is running on iOS Simulator.
isSupported(QuillNativeBridgeFeature feature) Future<bool>
Checks if the specified feature is supported in the current implementation.