release 0.2.5 version

This commit is contained in:
Wenqi Li 2020-08-22 17:51:58 +08:00
parent a05fbe639e
commit e7a27ebc1d
3 changed files with 14 additions and 5 deletions

View File

@ -1,12 +1,21 @@
## 0.2.5
Remove ```MediumType``` attribute in ```MediaPage```.
Remove ```MediumType``` parameter in ```_listMedia``` method.
## 0.2.4 ## 0.2.4
Add VideoProvider widget to play video in plugin example Add VideoProvider widget to play video in plugin example.
## 0.2.3 ## 0.2.3
Add ```MediumType``` attribute in ```ThumbnailProvider``` Add ```MediumType``` attribute in ```ThumbnailProvider```.
Fix a bug that throw ```FileNotFountException``` when load image and video thumbnail doesn't exists on Android API 29+
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.
Add video duration attribute in Medium. Add video duration attribute in Medium.
## 0.2.0+1 ## 0.2.0+1

View File

@ -134,7 +134,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.2.4" version: "0.2.5"
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.4 version: 0.2.5
repository: https://github.com/Firelands128/photo_gallery repository: https://github.com/Firelands128/photo_gallery
environment: environment: