release 0.2.4 version
This commit is contained in:
parent
48cd6f6663
commit
7f34630a9d
@ -1,6 +1,10 @@
|
|||||||
|
## 0.2.4
|
||||||
|
|
||||||
|
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.
|
||||||
|
28
pubspec.lock
28
pubspec.lock
@ -67,6 +67,11 @@ packages:
|
|||||||
description: flutter
|
description: flutter
|
||||||
source: sdk
|
source: sdk
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
flutter_web_plugins:
|
||||||
|
dependency: transitive
|
||||||
|
description: flutter
|
||||||
|
source: sdk
|
||||||
|
version: "0.0.0"
|
||||||
image:
|
image:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -170,6 +175,27 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.8"
|
version: "2.0.8"
|
||||||
|
video_player:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
name: video_player
|
||||||
|
url: "https://pub.dartlang.org"
|
||||||
|
source: hosted
|
||||||
|
version: "0.10.12"
|
||||||
|
video_player_platform_interface:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: video_player_platform_interface
|
||||||
|
url: "https://pub.dartlang.org"
|
||||||
|
source: hosted
|
||||||
|
version: "2.1.0"
|
||||||
|
video_player_web:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: video_player_web
|
||||||
|
url: "https://pub.dartlang.org"
|
||||||
|
source: hosted
|
||||||
|
version: "0.1.3+2"
|
||||||
xml:
|
xml:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -179,4 +205,4 @@ packages:
|
|||||||
version: "3.6.1"
|
version: "3.6.1"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=2.7.0 <3.0.0"
|
dart: ">=2.7.0 <3.0.0"
|
||||||
flutter: ">=1.10.0"
|
flutter: ">=1.12.13+hotfix.5 <2.0.0"
|
||||||
|
@ -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.3
|
version: 0.2.4
|
||||||
repository: https://github.com/Firelands128/photo_gallery
|
repository: https://github.com/Firelands128/photo_gallery
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -10,6 +10,7 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
video_player: ^0.10.12
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user