release version 1.0.1

This commit is contained in:
Wenqi Li 2021-04-21 22:19:20 +08:00
parent fe602c1281
commit d2af8d254b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## 1.0.1
Add "mimeType" parameter in "getFile" API to allow specifying image format when get full image on both platforms.
Add optional "hideIfEmpty" parameter in "listAlbums" API to show empty albums, only available on iOS platform.
Accept "highQuality" parameter in "getThumbnail" and "getAlbumThumbnail" API on Android platform.
## 1.0.0 ## 1.0.0
Add null safety support. Add null safety support.

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: 1.0.0 version: 1.0.1
repository: https://github.com/Firelands128/photo_gallery repository: https://github.com/Firelands128/photo_gallery
environment: environment: