quill_native_bridge_android 0.0.1+2 quill_native_bridge_android: ^0.0.1+2 copied to clipboard
Android implementation of the quill_native_bridge plugin.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1+2 #
- Setup native unit tests to test plugin platform functionality.
0.0.1+1 #
- Fixes a crash that can happen on Android API 28 and earlier when permission is denied. Related comment with more details.
0.0.1 #
- Adds support for saving images.
0.0.1-dev.6 #
- Deregister platform method channel correctly in
onDetachedFromEngine
. - Adds Dart unit tests.
- Supports saving an image to the system gallery app.
- Supports opening the system gallery app.
- Updates Java compatibility version to 11. Related flutter#156111.
0.0.1-dev.5 #
- Adds pub topics to package metadata.
- Minor changes in doc comments.
0.0.1-dev.4 #
- Fixes build failure by avoiding
androidx.core.graphics.decodeBitmap
(causing compatibility issues).
0.0.1-dev.3 #
- Requires
quill_native_bridge_platform_interface
minimum version0.0.1-dev.4
.
0.0.1-dev.2 #
- 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.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.