Bumps version

This commit is contained in:
Miguel Ruivo 2021-01-08 22:55:38 +00:00
parent 85dba080cd
commit cae0765e3e
3 changed files with 12 additions and 10 deletions

View File

@ -1,3 +1,5 @@
## 3.0.0-nullsafety.2
Adds null safety support (pre-release) ([#510](https://github.com/miguelpruivo/flutter_file_picker/issues/510)).
## 2.1.7
### iOS
- Fixes an issue where a crash could happen when picking a lot of media files in low memory devices ([#606](https://github.com/miguelpruivo/flutter_file_picker/issues/606)).
@ -17,13 +19,13 @@ iOS & Android: Updates `size` property from `PlatformFile` to be in bytes instea
iOS: Fixes iOS ViewController which is nil when UIWindow.rootViewController have changed. ([#525](https://github.com/miguelpruivo/flutter_file_picker/issues/525)). Thank you @devcxm.
## 2.1.3
Android: Updates file name handling method. ([#487](https://github.com/miguelpruivo/flutter_file_picker/issues/487)).
Android: Updates file name handling method. ([#487](https://github.com/miguelpruivo/flutter_file_picker/issues/487))
## 2.1.2
Desktop (Go): Fixed desktop plugin implementation. Thank you @DenchikBY.
Desktop (Go): Fixed desktop plugin implementation. Thank you @DenchikBY. ([#382](https://github.com/miguelpruivo/flutter_file_picker/issues/382#issuecomment-744055654))
## 2.1.1
iOS: Fixes an issue that could result in a crash when selecting a media item twice. ([#518](https://github.com/miguelpruivo/flutter_file_picker/issues/518)).
iOS: Fixes an issue that could result in a crash when selecting a media item twice. ([#518](https://github.com/miguelpruivo/flutter_file_picker/issues/518))
## 2.1.0
Adds `withReadStream` that allows bigger files to be streamed read into a `Stream<List<int>>`. Thanks @redsolver.
@ -34,8 +36,8 @@ Updates `extension` helper getter to use the `name` property instead of `path`,
## 2.0.12
Android:
- Fixes an issue that could result in some files not being properly retrieved due to special characters on their names. ([#472](https://github.com/miguelpruivo/flutter_file_picker/issues/472)).
- Fixes a NPE that could happen with some devices. ([#482](https://github.com/miguelpruivo/flutter_file_picker/issues/482)).
- Fixes an issue that could result in some files not being properly retrieved due to special characters on their names. ([#472](https://github.com/miguelpruivo/flutter_file_picker/issues/472))
- Fixes a NPE that could happen with some devices. ([#482](https://github.com/miguelpruivo/flutter_file_picker/issues/482))
## 2.0.11

View File

@ -3,7 +3,7 @@ description: An example of how to use the file_picker plugin.
version: 1.0.0+1
environment:
sdk: ">=2.8.1 <3.0.0"
sdk: '>=2.10.0 <3.0.0'
dependencies:
flutter:

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.1.7
version: 3.0.0-nullsafety.2
dependencies:
flutter:
@ -9,11 +9,11 @@ dependencies:
flutter_web_plugins:
sdk: flutter
flutter_plugin_android_lifecycle: ^1.0.6
plugin_platform_interface: ^1.0.1
flutter_plugin_android_lifecycle: ^2.0.0-nullsafety
plugin_platform_interface: ^1.1.0-nullsafety.1
environment:
sdk: ">=2.0.0 <3.0.0"
sdk: ">=2.12.0-29.10.beta <3.0.0"
flutter: ">=1.10.0 <2.0.0"
flutter: