media_extension 1.0.0
media_extension: ^1.0.0 copied to clipboard
Plugin to help a Flutter application behave like a native gallery
1.0.0 #
- First release
0.0.1 #
- Features:
-
The plugin detects the android
Intent-Action
used 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_PICK
Intent. -
Provides additional methods such as openWith and edit to open and proccess the image in other apps which can handle
ACTION_VIEW
andACTION_EDIT
Intent.
-