Skip to content

Commit

Permalink
Bump to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
justsoft committed Dec 10, 2019
1 parent e19753e commit 660f09b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <john138@gmail.com>
version: 0.1.7
author: John Zhong <john138@gmail.com>, Tairs Rzajevs <tairs.rzayevs@chi.lv>
homepage: https://github.com/justsoft
repository: https://github.com/justsoft/video_thumbnail
issue_tracker: https://github.com/justsoft/video_thumbnail/issues
Expand Down

0 comments on commit 660f09b

Please sign in to comment.