quill_native_bridge_platform_interface 0.0.1+1 quill_native_bridge_platform_interface: ^0.0.1+1 copied to clipboard
A common platform interface for the quill_native_bridge plugin.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1+1 #
- Adds
internal.dart
.
0.0.1 #
- Improves doc comments.
- Adds
saveImage
andsaveImageToGallery
.
0.0.1-dev.5 #
- Removes the default method channel implementation (
MethodChannelQuillNativeBridge
) since it's no longer needed; platform packages have different implementations. - Adds pub topics to package metadata.
- Minor changes in doc comments.
0.0.1-dev.4 #
- Fix the bug singerdmx/flutter-quill#2316 by removing the invalid usage of implementing the iOS plugin in the platform interface.
0.0.1-dev.3 #
- Experimental changes in https://github.com/singerdmx/flutter-quill/pull/2230 (WIP). Not intended for public use as breaking changes will occur.
- Moved the package repo from https://github.com/singerdmx/flutter-quill to https://github.com/FlutterQuill/quill-native-bridge
0.0.1-dev.2 #
- Identical to
0.0.1-dev.1
0.0.1-dev.1 #
- Highly experimental changes in https://github.com/singerdmx/flutter-quill/pull/2230 (WIP). Not intended for public use as breaking changes will occur. Not stable yet.
0.0.1-dev.0 #
- Initial experimental release. WIP in https://github.com/singerdmx/flutter-quill/pull/2230. Not intended for public use as breaking changes will occur.