media_extension 1.0.2 copy "media_extension: ^1.0.2" to clipboard
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 getResolvedContent method to resolve the recieved content://uri as base64String from the app which invoked the plugin using ACTION_VIEW

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 and ACTION_EDIT Intent.