libsrcdev/shared-storage
Androidの外部ストレージと連携するためのFlutterプラグイン。
- Stars
- 53
- Forks
- 36
- 最終プッシュ(UTC)
- 2024/07/01
- プロジェクト状態
- 公開中
技術トピック
使用している依存関係
依存関係一覧 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!