Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 704 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 704 Bytes

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.