Skip to content

Commit

Permalink
few changes to plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
asapJ committed Nov 15, 2018
1 parent ef7e36e commit ffa3c79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.1 - 2018-11-15

* Updated Plugin description to better explain it's usage
* Minor changes

## 1.0.0 - 2018-11-15

* Initial release
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# thumbnails

A Flutter Plugin to generate thumbnails from videos.
A Flutter Plugin to generate thumbnails from videos on Local Storage.

## Compatibility
Android OS only
Expand All @@ -9,6 +9,9 @@ Android OS only

#### Depend on it
add `thumbnails` as a dependency in your pubspec.yaml file.
``` yaml
thumbnails: ^1.0.1
```
#### Update Android Permissions
add the lines to AndroidManifest.xml
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: thumbnails
description: A Flutter Plugin to generate thumbnails from videos..
version: 1.0.0
description: A Flutter Plugin to generate thumbnails from videos on Local Storage
version: 1.0.1
author: AsapJay <[email protected]>
homepage: https://github.com/asapJ/Flutter_Thumbnails

Expand Down

0 comments on commit ffa3c79

Please sign in to comment.