From 2eddd919373eb926f11c7a0e23e024737de0e482 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Wed, 11 May 2022 12:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 298f419f..1cb57d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ that can be found in the LICENSE file. --> # CHANGELOG +## 2.0.9 + +Improvements: + +- Ignore the null-aware operator for `PaintingBinding`'s instance + in order to solve the coming lint issues with Flutter 2.13, + and keeps the compatibility of previous Flutter versions. +- Fix dart docs generate issues. + ## 2.0.8 Improvements: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 99ccaea3..8963f779 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_manager_example description: Demonstrates how to use the image_scanner plugin. -version: 2.0.8+5 +version: 2.0.9+6 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 1c4ff6ff..daf8a955 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_manager description: A Flutter plugin that provides assets abstraction management APIs on Android, iOS, and macOS. -version: 2.0.8 +version: 2.0.9 homepage: https://github.com/fluttercandies/flutter_photo_manager environment: