media_store_plus 0.0.9 copy "media_store_plus: ^0.0.9" to clipboard
media_store_plus: ^0.0.9 copied to clipboard

To use Android MediaStore API in Flutter, It supports both read & write operation in every android version through flutter.

0.0.1 #

Initial release

0.0.2 #

Add Document class to get info about a file (name, content uri, type, modification time, size,) Add getDocumentTree() method to list folder files by folder's content uri

0.0.3 #

Introduce 'relativePath'. Check the documentation for more info
Fix bug when file name contains space.
Add supports for application/octet-stream mime type file

0.0.4 #

Remove manual MIME_TYPE detection. Let the android decides this.

0.0.5 #

Fix bug in save files if directory not exist, under API level 29.

0.0.6 #

Fix bug in native side due to gson in release mode.

0.0.7 #

Replace FlutterActivity with Activity to support all subclasses of Activity, thus resolving the casting errors.

0.0.8 #

saveFile now returns the file Uri if the operation is successful

Fix bugs while using special characters in file names

0.0.9 #

Fix bugs below API Level 29 introduced by fixing special characters issue

51
likes
0
pub points
93%
popularity

Publisher

verified publishersnnafi.com

To use Android MediaStore API in Flutter, It supports both read & write operation in every android version through flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on media_store_plus