Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexrintt/shared-storage
Flutter plugin to work with Android external storage.
https://github.com/alexrintt/shared-storage
acess android dart flutter flutter-plugin framework plugin saf storage
Last synced: about 4 hours ago
JSON representation
Flutter plugin to work with Android external storage.
- Host: GitHub
- URL: https://github.com/alexrintt/shared-storage
- Owner: alexrintt
- License: mit
- Created: 2021-10-31T19:22:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T09:54:11.000Z (5 months ago)
- Last Synced: 2024-10-31T08:42:28.625Z (15 days ago)
- Topics: acess, android, dart, flutter, flutter-plugin, framework, plugin, saf, storage
- Language: Dart
- Homepage: http://alexrintt.io/shared-storage/
- Size: 1.24 MB
- Stars: 52
- Watchers: 4
- Forks: 26
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/Contributing/Setup environment/Debugging plugin.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#flutter, #package, #android, #saf, #storage
Shared Storage
Access Android Storage Access Framework, Media Store and Environment APIs through your Flutter Apps
Install It
## Documentation
See the website for [documentation](https://alexrintt.github.io/shared-storage).
All documentation is also available under `/docs` to each released version which is the data source of the website.
You can contribute to the documentation by just editing these files.
To check all ways you can contribute to this package see [Contributing/Ways to contribute](https://alexrintt.github.io/shared-storage/Contributing/Ways%20to%20contribute/).
**To start developing, use `release` branch as base**, `master` is used for experimentation only and is likely to be not working.
All other branches are derivated from issues, new features or bug fixes.
## Supporters
- [aplicatii-romanesti](https://www.bibliotecaortodoxa.ro/) who bought me a whole month of caffeine!
## Contributors
- [Tamerlanchiques](https://github.com/Tamerlanchiques) thanks a lot for the thoughtful bug reports.
- [limshengli](https://github.com/limshengli) updated Android Gradle build version and Kotlin version on pull https://github.com/alexrintt/shared-storage/pull/115, thanks!
- [honjow](https://github.com/honjow) contributed by [implementing `openDocument` Android API #110](https://github.com/alexrintt/shared-storage/pull/110) to pick single or multiple file URIs. Really helpful, thanks!
- [clragon](https://github.com/clragon) submitted a severe [bug report #107](https://github.com/alexrintt/shared-storage/issues/107) and opened [discussions around package architecture #108](https://github.com/alexrintt/shared-storage/discussions/108), thanks!
- [jfaltis](https://github.com/jfaltis) fixed [a memory leak #86](https://github.com/alexrintt/shared-storage/pull/86) and implemented an API to [override existing files #85](https://github.com/alexrintt/shared-storage/pull/85), thanks for your contribution!
- [EternityForest](https://github.com/EternityForest) did [report a severe crash #50](https://github.com/alexrintt/shared-storage/issues/50) when the column ID was not provided and [implemented a new feature to list all subfolders #59](https://github.com/alexrintt/shared-storage/pull/59), thanks man!
- Thanks [dhaval-k-simformsolutions](https://github.com/dhaval-k-simformsolutions) for taking time to submit [bug reports](https://github.com/alexrintt/shared-storage/issues?q=is%3Aissue+author%3Adhaval-k-simformsolutions) related to duplicated file entries!
- [dangilbert](https://github.com/dangilbert) pointed and [fixed a bug #14](https://github.com/alexrintt/shared-storage/pull/14) when the user doesn't select a folder, thanks man!
- A huge thanks to [aplicatii-romanesti](https://www.bibliotecaortodoxa.ro/) for taking time to submit [device specific issues](https://github.com/alexrintt/shared-storage/issues?q=author%3Aaplicatii-romanesti)!
- I would thanks [ankitparmar007](https://github.com/ankitparmar007) for [discussing and requesting create file related APIs #20](https://github.com/alexrintt/shared-storage/issues/10)!