libsrcdev/shared-storage
用於操作 Android 外部儲存的 Flutter 插件。
- Stars
- 53
- Forks
- 36
- 最近推送(UTC)
- 2024年7月1日
- 專案狀態
- 未封存
技術主題
使用的依賴
依賴清單 4 項
- flutter
{"sdk":"flutter"} - plugin_platform_interface
^2.0.2 - flutter_test開發依賴
{"sdk":"flutter"} - lint開發依賴
^1.8.2
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 README
https://user-images.githubusercontent.com/51419598/161439601-fc228a0d-d09d-4dbb-b5a3-ebc5dbcf9f46.png
#flutter, #package, #android, #saf, #storage
Shared Storage
Access Android Storage Access Framework, Media Store and Environment APIs through your Flutter Apps
https://img.shields.io/pub/v/shared_storage.svg?style=for-the-badge&color=22272E&showLabel=false&labelColor=15191f&logo=dart&logoColor=blue https://img.shields.io/badge/Kotlin-22272E?&style=for-the-badge&logo=kotlin&logoColor=9966FF https://img.shields.io/badge/Dart-22272E?style=for-the-badge&logo=dart&logoColor=2BB7F6 https://img.shields.io/badge/Flutter-22272E?style=for-the-badge&logo=flutter&logoColor=66B1F1
Install It
Documentation
See the website for documentation.
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.
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 who bought me a whole month of caffeine!
Contributors
- Tamerlanchiques thanks a lot for the thoughtful bug reports.
- limshengli updated Android Gradle build version and Kotlin version on pull https://github.com/alexrintt/shared-storage/pull/115, thanks!
- honjow contributed by implementing
openDocumentAndroid API #110 to pick single or multiple file URIs. Really helpful, thanks! - clragon submitted a severe bug report #107 and opened discussions around package architecture #108, thanks!
- jfaltis fixed a memory leak #86 and implemented an API to override existing files #85, thanks for your contribution!
- EternityForest did report a severe crash #50 when the column ID was not provided and implemented a new feature to list all subfolders #59, thanks man!
- Thanks dhaval-k-simformsolutions for taking time to submit bug reports related to duplicated file entries!
- dangilbert pointed and fixed a bug #14 when the user doesn't select a folder, thanks man!
- A huge thanks to aplicatii-romanesti for taking time to submit device specific issues!
- I would thanks ankitparmar007 for discussing and requesting create file related APIs #20!