media_store_plus 0.0.7
media_store_plus: ^0.0.7 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 munual 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.