flutter_file_picker/CHANGELOG.md

42 lines
1.0 KiB
Markdown
Raw Normal View History

2018-12-06 16:05:10 +00:00
## 1.0.1
* Adds comments for public API
## 1.0.1
2018-12-06 14:43:01 +00:00
* **Version 1.0** release.
* Adds support for ANY and VIDEO files.
* Fixes an issue where permissions were recursively asked on Android.
* Fixes an issue where some paths from document files couldn't be loaded with Android 8.0.
* Updates README file to match changes.
* General refactor & cleanup.
## 0.1.6
* Replaces commons dependency with FilePath class on Android, to handle path resolution on different SDK.
2018-09-11 15:04:14 +00:00
## 0.1.5
* Minor correction on README file.
## 0.1.4
* Changed Meta minimum version due to versioning conflict with flutter_localization.
2018-06-23 01:22:04 +00:00
## 0.1.3
* Updated readme.
## 0.1.2
* Changed license from Apache 2.0 to MIT.
* Adds demo screenshot.
## 0.1.1
* Adds license information (Apache 2.0).
* Adds CHANGELOG details.
## 0.1.0
* Initial realise.
* Supports picking paths from files on local storage, cloud.
* Supports picking paths from both gallery & camera due to [image_picker](https://pub.dartlang.org/packages/image_picker) dependency.