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 238 forks source link

Support for Flutter Module #70

Closed therealblue10 closed 3 years ago

therealblue10 commented 3 years ago

Giving this error when integrated with Flutter Module

The plugin video_thumbnail is built using an older version of the Android plugin API which assumes that it's running in a full-Flutter environment. It may have undefined behaviors when Flutter is integrated into an existing app as a module. The plugin can be updated to the v2 Android Plugin APIs by following https://flutter.dev/go/android-plugin-migration.

justsoft commented 3 years ago

Thanks for the suggestion, I will do this when I have more free time.