media_store_plus
To use Android MediaStore API in Flutter, It supports both read & write operation in every android version through flutter.
0.1.3
30K downloads/mo
#1865 most downloaded on pub.dev
SNNafi/media_store_plus
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 5 weeks to 13 months
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
13 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Dec 2022 to Sep 2024Releases
latest 13-
0.1.322 Sep 2024 -
0.1.210 Jun 2024Release notes
Open source →What's Changed
- Introduce
MediaStore.ensureInitialized(). - Added
proguard-rules.proinfo in README.md
Full Changelog: 0.1.1...0.1.2
Release notes
Open source →Added
proguard-rules.proinfo in README.mdIntroduce
MediaStore.ensureInitialized(). - Introduce
-
0.1.113 Apr 2024Release notes
Open source →What's Changed
- Add
SaveInfoclass to get info about a file after saving. saveFilenow returnsSaveInfo
Full Changelog: 0.1.0...0.1.1
Release notes
Open source →Add
SaveInfoclass to get info about a file after saving.saveFilenow returnsSaveInfo - Add
-
0.1.012 Apr 2024Release notes
Open source →What's Changed
- Add
getFilePathFromUri()to get the file path from aUri - Update the
deleteFile()implementation
Full Changelog: 0.0.9...0.1.0
Release notes
Open source →Add
getFilePathFromUri()to get the file path from aUriUpdate the
deleteFile()implementation - Add
-
0.0.911 Apr 2024Release notes
Open source →Fix bugs below API Level
29introduced by fixing special characters issue -
0.0.811 Apr 2024Release notes
Open source →What's Changed
saveFilenow returns the fileUriif the operation is successful- Fix bugs while using special characters in file names
- Set namespace in build.gradle for AGP 8.0 by @refi64 in #19
- Cleanup & Reformat codes a little bit
New Contributors
Full Changelog: 0.0.7...0.0.8
Release notes
Open source →saveFilenow returns the fileUriif the operation is successfulFix bugs while using special characters in file names
-
0.0.707 Apr 2023Release notes
Open source →Replace
FlutterActivitywithActivityto support all subclasses ofActivity, thus resolving the casting errors. -
0.0.630 Mar 2023 -
0.0.523 Jan 2023 -
0.0.423 Jan 2023 -
0.0.322 Jan 2023Release notes
Open source →Introduce 'relativePath'. Check the documentation for more info </br> Fix bug when file name contains space. </br> Add supports for
application/octet-streammime type file </br> -
0.0.221 Dec 2022Release notes
Open source →Add
Documentclass to get info about a file (name, content uri, type, modification time, size,) AddgetDocumentTree()method to list folder files by folder's content uri -
0.0.121 Dec 2022