bertoldofonseca / better_open_file

A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)
BSD 3-Clause "New" or "Revised" License
8 stars 8 forks source link

Remove READ_EXTERNAL_STORAGE permission from LIB. #5

Closed bertoldofonseca closed 2 years ago

bertoldofonseca commented 2 years ago

This will close #3

Hi @WatchDogsDev, could you please review those changes and give feedback?

WatchDogsDev commented 2 years ago

Nice work, Thank you!

I think everything is fine, Would we have these changes explained in readme too ? (Something like which functionality requires this permission to work)

bertoldofonseca commented 2 years ago

Nice work, Thank you!

I think everything is fine, Would we have these changes explained in readme too ? (Something like which functionality requires this permission to work)

Done