alexrintt / shared-storage

Flutter plugin to work with Android external storage.
http://alexrintt.io/shared-storage/
MIT License
54 stars 26 forks source link

Add API to allow read data from a specific `URI` #11

Closed alexrintt closed 2 years ago

alexrintt commented 2 years ago

Details

The most recent Android API's, handle the files as a database of URI's, so we can handle it by adding support for cursor queries, as required by #10, thanks @ankitparmar007.

Tasks

Issues

Useful resources

ankitparmar007 commented 2 years ago

@LaksCastro When You are planning for package update ?

alexrintt commented 2 years ago

When I get some free time on the weekend

ankitparmar007 commented 2 years ago

Great news that package update will be available on this weekend :)

Also Flutter 2.8.0 • channel stable is live on • github.com/flutter/flutter.git

Make sure package is compatible with the latest version.

Huge Thanks in advance :)

alexrintt commented 2 years ago

Nice!! I did start work right now, later you'll see some updates man and maybe on sunday I'll publish the new release if everything goes fine! thanks for all

alexrintt commented 2 years ago

Snapshot 13 Dec. 2021

News

Missing:

Even not done yet, I consider a nice progress, I'll try to continue over the week, thanks

ankitparmar007 commented 2 years ago

Definitely a nice progress ! hopefully on next weekend package will be updated with Missing APIs and version code 0.3.0 :)

ankitparmar007 commented 2 years ago

hey @LaksCastro Hope You are doing well :) Btw When are you planning for next package update ?

alexrintt commented 2 years ago

All features mentioned in this issue are available on v0.4.x except by the last one that doesn't make sense for this package.