justsoft / video_thumbnail

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.
MIT License
183 stars 225 forks source link

[0.5.1] IOException catch error when building on Android #117

Closed WatchDogsDev closed 2 years ago

WatchDogsDev commented 2 years ago

Hi, I updated the package to 0.5.1 recently. When I tried to build the app, I got error below:

/flutter/.pub-cache/hosted/pub.dartlang.org/video_thumbnail-0.5.1/android/src/main/java/xyz/justsoft/video_thumbnail/VideoThumbnailPlugin.java:256: error: exception IOException is never thrown in body of corresponding try statement
            } catch (IOException ex) {
              ^
1 error
FAILURE: Build failed with an exception.
justsoft commented 2 years ago

I am building the example App by Flutter 3.0.5on Windows now, it was succeeded by Flutter 2.10.5 on Mac.

justsoft commented 2 years ago

It does cause warning on latest Android Studio, reverted the change. Will publish the package soon, thanks.