diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a9c91..77b3d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.1.7 + +* Generate the thumbnail asynchronously on Android. ( Thanks for Tairs Rzajevs ) ## 0.1.6 * Add timeMs, use getScaledFrameAtTime to eliminate image scaling if Android API level >= 27 diff --git a/README.md b/README.md index 79555c1..91ba8ea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This plugin generates thumbnail from video file or URL. It returns image in memory or writes into a file. It offers rich options to control the image format, resolution and quality. Supports iOS and Android. - [![pub ver](https://img.shields.io/badge/pub-v0.1.6-blue)](https://pub.dev/packages/video_thumbnail) + [![pub ver](https://img.shields.io/badge/pub-v0.1.7-blue)](https://pub.dev/packages/video_thumbnail) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/justsoft/) ![video-file](https://github.com/justsoft/video_thumbnail/blob/master/video_file.png?raw=true) ![video-url](https://github.com/justsoft/video_thumbnail/blob/master/video_url.png?raw=true) @@ -19,7 +19,7 @@ This plugin generates thumbnail from video file or URL. It returns image in mem add [video_thumbnail](https://pub.dev/packages/video_thumbnail) as a dependency in your pubspec.yaml file. ```yaml dependencies: - video_thumbnail: ^0.1.6 + video_thumbnail: ^0.1.7 ``` **import** ```dart diff --git a/pubspec.yaml b/pubspec.yaml index a26ee36..52640b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: video_thumbnail description: A flutter plugin for creating a thumbnail from a local video file or from a video URL. -version: 0.1.6 -author: John Zhong +version: 0.1.7 +author: John Zhong , Tairs Rzajevs homepage: https://github.com/justsoft repository: https://github.com/justsoft/video_thumbnail issue_tracker: https://github.com/justsoft/video_thumbnail/issues