Initial release
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
Introduce 'relativePath'. Check the documentation for more info
Fix bug when file name contains space.
Add supports for application/octet-stream mime type file
Remove manual MIME_TYPE detection. Let the android decides this.
Fix bug in save files if directory not exist, under API level 29.
Fix bug in native side due to gson in release mode.
Replace FlutterActivity with Activity to support all subclasses of Activity, thus resolving
the casting errors.
saveFile now returns the file Uri if the operation is successful
Fix bugs while using special characters in file names
Fix bugs below API Level 29 introduced by fixing special characters issue
Add getFilePathFromUri() to get the file path from a Uri
Update the deleteFile() implementation
Add SaveInfo class to get info about a file after saving.
saveFile now returns SaveInfo
Added proguard-rules.pro info in README.md
Introduce MediaStore.ensureInitialized().
Fix & update documentation