Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asapJ committed Nov 14, 2018
1 parent 2438096 commit 1bab22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# thumbnails

A new flutter plugin project.
A Flutter Plugin to generate thumbnails from videos on Android devices

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class _MyAppState extends State<MyApp> {
// Platform messages may fail, so we use a try/catch PlatformException.
try {
await Thumbnails.getThumbnail(
thumbOutputFile: '/storage/emulated/0/Whatsapp/Media/Test${TimeOfDay.now()}.jpg.png',
thumbOutputFile: '/storage/emulated/0/Whatsapp/Media/Test${TimeOfDay.now()}.jpg',
videoFile: '/storage/emulated/0/Whatsapp/Media/.Statuses/Testvid.mp4',
imageType: ThumbFormat.PNG,
quality: 30
Expand Down

0 comments on commit 1bab22f

Please sign in to comment.