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!