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 munual 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.