release version 0.4.0
This commit is contained in:
parent
af598888b8
commit
61a3ed8a10
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
|||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
Add ```cleanCache``` api to clean the cache directory.
|
||||||
|
|
||||||
|
Add ```mimeType``` attribute of ```Medium```.
|
||||||
|
|
||||||
|
Add alternative media query syntax to support Android 11.
|
||||||
|
|
||||||
|
Cache original image data to a cached file and keep original medium file extension in iOS.
|
||||||
|
|
||||||
|
Fix a problem of collection possibly be nil.
|
||||||
|
|
||||||
|
Update .gitignore file.
|
||||||
|
|
||||||
## 0.3.0
|
## 0.3.0
|
||||||
|
|
||||||
Force ```getFile``` to use high quality format for videos in iOS platform.
|
Force ```getFile``` to use high quality format for videos in iOS platform.
|
||||||
|
@ -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.3.0
|
version: 0.4.0
|
||||||
repository: https://github.com/Firelands128/photo_gallery
|
repository: https://github.com/Firelands128/photo_gallery
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user