android_media_store
A modern Flutter plugin for safe Android MediaStore and Scoped Storage management. Handles content:// URIs, large file streaming, and automatic permissions.
What this package is like to depend on
Last release 3 months ago
23 May 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Mar 2026 to May 2026Releases
latest 4-
0.0.423 May 2026Release notes
Open source →- Updated to plugins DSL and removed buildscript block
- Added AGP version check for Kotlin plugin
- Updated Flutter SDK requirements to >=3.44.0
- Updated Dart SDK requirements to ^3.12.0
- Removed legacy kotlinOptions in favor of compilerOptions API
-
0.0.312 Mar 2026Release notes
Open source →- Added platform checks to Dart bridge methods to prevent
MissingPluginExceptionon non-Android platforms. - Updated example
pubspec.yamlSDK constraints for consistency.
- Added platform checks to Dart bridge methods to prevent
-
0.0.212 Mar 2026 -
0.0.112 Mar 2026Release notes
Open source →- Initial release of
android_media_store. - Full support for Android Scoped Storage (API 29+).
- Safe
content://URI handling with memory-efficient streaming to prevent OOM errors. - Automatic permission management, including the
MANAGE_MEDIAspecial permission. - Implementation of a 1MB safety limit for direct memory reads to avoid
TransactionTooLargeException. - Support for MediaStore operations: create, read, edit, copy, and delete.
- Bi-directional conversion between file system paths and MediaStore URIs.
- Initial release of