From cae0765e3e9646bf1b4cca3fb2959caa57cee999 Mon Sep 17 00:00:00 2001 From: Miguel Ruivo Date: Fri, 8 Jan 2021 22:55:38 +0000 Subject: [PATCH] Bumps version --- CHANGELOG.md | 12 +++++++----- example/pubspec.yaml | 2 +- pubspec.yaml | 8 ++++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf9dc9..88cc80c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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>`. 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 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 3de146c..c3edf91 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index b068c18..6be6b1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: