release 0.2.2 version

This commit is contained in:
Wenqi Li 2020-08-22 14:33:36 +08:00
parent 2d261bf5e3
commit cd115fe8d2
3 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,8 @@
## 0.2.2-beta ## 0.2.2
add ```MediumType``` attribute in ```ThumbnailProvider```
Fix a bug that throw ```FileNotFountException``` when load image and video thumbnail doesn't exists on Android API 29+
Change medium creationDate and modifiedDate precision from second to millisecond on iOS platform. Change medium creationDate and modifiedDate precision from second to millisecond on iOS platform.
## 0.2.1-beta
Add video duration attribute in Medium. Add video duration attribute in Medium.
## 0.2.0+1 ## 0.2.0+1

View File

@ -129,7 +129,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.2.2-beta" version: "0.2.2"
plugin_platform_interface: plugin_platform_interface:
dependency: transitive dependency: transitive
description: description:

View File

@ -1,6 +1,6 @@
name: photo_gallery name: photo_gallery
description: A Flutter plugin that retrieves images and videos from mobile native gallery. description: A Flutter plugin that retrieves images and videos from mobile native gallery.
version: 0.2.2-beta version: 0.2.2
repository: https://github.com/Firelands128/photo_gallery repository: https://github.com/Firelands128/photo_gallery
environment: environment: