android_content_provider 0.2.0 android_content_provider: ^0.2.0 copied to clipboard
Flutter plugin to use ContentProvider/ContentResolver APIs on Android
0.2.0 #
- Fixed CancellationSignal sometimes throw MissingPluginException on cancel
- Made method channels non-serial
- Fixed loadThumbnail return type
- Deleted autoCloseScope and Closeable, because it isn't possible to properly implement them in Dart - now you should manually close all cursors
0.1.0 #
- Fixed that NativeCursor "get" methods were throwing with null values
0.0.1 #
- Support ContentProvider and related ContentResolver APIs on Android