diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e105a2..890d5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +## 0.2.4 + +Add VideoProvider widget to play video in plugin example + ## 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+ Change medium creationDate and modifiedDate precision from second to millisecond on iOS platform. Add video duration attribute in Medium. diff --git a/pubspec.lock b/pubspec.lock index 4270840..c99752d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -67,6 +67,11 @@ packages: description: flutter source: sdk version: "0.0.0" + flutter_web_plugins: + dependency: transitive + description: flutter + source: sdk + version: "0.0.0" image: dependency: transitive description: @@ -170,6 +175,27 @@ packages: url: "https://pub.dartlang.org" source: hosted 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: dependency: transitive description: @@ -179,4 +205,4 @@ packages: version: "3.6.1" sdks: dart: ">=2.7.0 <3.0.0" - flutter: ">=1.10.0" + flutter: ">=1.12.13+hotfix.5 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 56d7baa..72aed87 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_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 environment: @@ -10,6 +10,7 @@ environment: dependencies: flutter: sdk: flutter + video_player: ^0.10.12 dev_dependencies: flutter_test: