sidlatau / flutter_document_picker

Allows user pick a document. Picked document is copied to app temporary directory. Optionally allows pick document with specific extension only.
Apache License 2.0
41 stars 29 forks source link

Support Android V2 embedding #33

Closed RobertOdrowaz closed 4 years ago

RobertOdrowaz commented 4 years ago

I have added support for android v2 embedding and migrated the example app. I'm much more familiar with Java than Kotlin so please let me know if there is anything you would do differently.