Skip to content

Commit

Permalink
🔖 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed May 11, 2022
1 parent 9195c90 commit 2eddd91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2eddd91

Please sign in to comment.