Skip to content

Files

Latest commit

 

History

History
30 lines (17 loc) · 748 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 748 Bytes

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.