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

Build failed in flutter 2.5.0, due to using deprecated version of Android embedding. #85

Open darshakpranpariya opened 3 years ago

darshakpranpariya commented 3 years ago

I am getting this warning, https://user-images.githubusercontent.com/34344691/132642394-bf527f27-d095-416f-bd95-0d9cef7e2bff.png Might be this is the cause for me to fail the build. The plugin can be updated to the v2 Android Plugin APIs by following https://flutter.dev/go/android-plugin-migration. Please, can you do it upgrade?

I have upgraded flutter version to 2.5.0.

Thanks in advance :)

basilmariano commented 2 years ago

any update on this issue?