From c61fd2abef39f072d381c9b706defbfbaa8124d8 Mon Sep 17 00:00:00 2001 From: Aravind Date: Sun, 6 Aug 2023 09:09:32 +0530 Subject: [PATCH] Made 'thumbnailFile' method thumbnailPath as requiredsince it was required internally --- lib/video_thumbnail.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/video_thumbnail.dart b/lib/video_thumbnail.dart index 78eb749..dc47bcd 100644 --- a/lib/video_thumbnail.dart +++ b/lib/video_thumbnail.dart @@ -27,7 +27,7 @@ class VideoThumbnail { static Future thumbnailFile( {required String video, Map? headers, - String? thumbnailPath, + required String thumbnailPath, ImageFormat imageFormat = ImageFormat.PNG, int maxHeight = 0, int maxWidth = 0,