Fixes README screenshots

This commit is contained in:
Miguel Ruivo 2020-09-23 10:30:48 +01:00
parent 24b4337d39
commit 346caf94d9
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## 2.0.1+1
Fixes README screenshots.
## 2.0.1
iOS: Updates picker to use new PHPickerController for both single and multi media (image/video) picks (iOS 14 and above only).

View File

@ -94,8 +94,8 @@ if(result != null) {
For full usage details refer to the **[Wiki](https://github.com/miguelpruivo/flutter_file_picker/wiki)** above.
## Example App
![Demo](https://github.com/miguelpruivo/flutter_file_picker/blob/master/file_picker/example/example.gif)
![DemoMultiFilters](https://github.com/miguelpruivo/flutter_file_picker/blob/master/file_picker/example/example_ios.gif)
![Demo](https://github.com/miguelpruivo/flutter_file_picker/blob/master/example/example.gif)
![DemoMultiFilters](https://github.com/miguelpruivo/flutter_file_picker/blob/master/example/example_ios.gif)
## Getting Started

View File

@ -1,7 +1,7 @@
name: file_picker
description: A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
version: 2.0.1
version: 2.0.1+1
dependencies:
flutter: