diff --git a/README.md b/README.md index 6f73824..049f241 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # thumbnails -A new flutter plugin project. +A Flutter Plugin to generate thumbnails from videos on Android devices ## Getting Started diff --git a/example/lib/main.dart b/example/lib/main.dart index b004298..10fd477 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -25,7 +25,7 @@ class _MyAppState extends State { // 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