rurico / flutter_video_compress

Generate a new file by compressed video, and provide metadata. Get video thumbnail from a video path, supports JPEG/GIF. To reduce app size not using FFmpeg in IOS.
MIT License
185 stars 72 forks source link

[Feature]flutter_video_compress uses a deprecated version of the Android embedding #108

Open michael-towify opened 2 years ago

michael-towify commented 2 years ago

Description

While building under Flutter v2.10.*, there's a warning below, please take care, thanks in advance!

The plugin `flutter_video_compress` uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding.
Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding:
https://flutter.dev/go/android-plugin-migration.

Platform

Android

Code Example (if has)

flutter build apk

Expected solution

Improvement.

OnagaJerome commented 2 years ago

The problem persists. @rurico @michael-towify