You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not added ffmpeg_kit package in my pubspec.yaml still it throws this error then i came to know that video trimmer uses this package which is auto downloading the ffmpeg package with latest version of 6.0.3, i tried lots of fixes but it wont fixed then when i researched i came to know that the ffmpeg is retired from flutter.
What now?
How can we fix this error?
Is this error fixable?
How will video trimmer will deal with ffmpeg retirement?
======== Exception caught by services library ======================================================
The following MissingPluginException was thrown while activating platform stream on channel flutter.arthenica.com/ffmpeg_kit_event:
MissingPluginException(No implementation found for method listen on channel flutter.arthenica.com/ffmpeg_kit_event)
When the exception was thrown, this was the stack:
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:368:7)
<asynchronous suspension>
#1 EventChannel.receiveBroadcastStream.<anonymous closure> (package:flutter/src/services/platform_channel.dart:715:11)
<asynchronous suspension>
The text was updated successfully, but these errors were encountered:
I have not added ffmpeg_kit package in my pubspec.yaml still it throws this error then i came to know that video trimmer uses this package which is auto downloading the ffmpeg package with latest version of 6.0.3, i tried lots of fixes but it wont fixed then when i researched i came to know that the ffmpeg is retired from flutter.
The text was updated successfully, but these errors were encountered: