media_extension 1.0.2
media_extension: ^1.0.2 copied to clipboard
Plugin to help a Flutter application behave like a native gallery
1.0.2 #
- Fixed NPE in
getIntentAction
1.0.1 #
- Added
getResolvedContentmethod to resolve the recieved content://uri as base64String from the app which invoked the plugin usingACTION_VIEW
1.0.0 #
- First release
0.0.1 #
- Features:
-
The plugin detects the android
Intent-Actionused for invoking the app. -
Communicates with the native thread and recieves the intent information when the flutter engine is attached.
-
Provides methods to send back result images for app invoked via
ACTION_PICKIntent. -
Provides additional methods such as openWith and edit to open and proccess the image in other apps which can handle
ACTION_VIEWandACTION_EDITIntent.
-