Ich verwende ffmpeg_kit_flutter_full_gpl-6.0.3 für Flutter Version 3.27, aber beim Upgrade auf Flutter 3.29 mit Android gibt es ein Fehler-PluginRegistry.registrar-Registrar. Gibt es eine Lösung, um die aktuelle ffmpeg_kit_flutter_full_gpl zu ersetzen, da ich sehe, dass diese Bibliothek vor 17 Monaten aktualisiert wurde
/Users/pamcd/.pub-cache/hosted/pub.dev/ffmpeg_kit_flutter_full_gpl-6.0.3/android/src/main/java/com/arthenica/ffmpegkit/flutter/FFmpegKitFlutterPlugin.java:157: error: cannot find symbol
public static void registerWith(final io.flutter.plugin.common.PluginRegistry.Registrar registrar) {
^
symbol: class Registrar
location: interface PluginRegistry
/Users/pamcd/.pub-cache/hosted/pub.dev/ffmpeg_kit_flutter_full_gpl-6.0.3/android/src/main/java/com/arthenica/ffmpegkit/flutter/FFmpegKitFlutterPlugin.java:651: error: cannot find symbol
protected void init(final BinaryMessenger messenger, final Context context, final Activity activity, final io.flutter.plugin.common.PluginRegistry.Registrar registrar, final ActivityPluginBinding activityBinding) {
^
symbol: class Registrar
location: interface PluginRegistry
2 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':ffmpeg_kit_flutter_full_gpl:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Try:
> Run with --info option to get more log output.
> Run with --scan to get full insights.
Ich verwende ffmpeg_kit_flutter_full_gpl-6.0.3 für Flutter Version 3.27, aber beim Upgrade auf Flutter 3.29 mit Android gibt es ein Fehler-PluginRegistry.registrar-Registrar. Gibt es eine Lösung, um die aktuelle ffmpeg_kit_flutter_full_gpl zu ersetzen, da ich sehe, dass diese Bibliothek vor 17 Monaten aktualisiert wurde [code]/Users/pamcd/.pub-cache/hosted/pub.dev/ffmpeg_kit_flutter_full_gpl-6.0.3/android/src/main/java/com/arthenica/ffmpegkit/flutter/FFmpegKitFlutterPlugin.java:157: error: cannot find symbol public static void registerWith(final io.flutter.plugin.common.PluginRegistry.Registrar registrar) { ^ symbol: class Registrar location: interface PluginRegistry /Users/pamcd/.pub-cache/hosted/pub.dev/ffmpeg_kit_flutter_full_gpl-6.0.3/android/src/main/java/com/arthenica/ffmpegkit/flutter/FFmpegKitFlutterPlugin.java:651: error: cannot find symbol protected void init(final BinaryMessenger messenger, final Context context, final Activity activity, final io.flutter.plugin.common.PluginRegistry.Registrar registrar, final ActivityPluginBinding activityBinding) { ^ symbol: class Registrar location: interface PluginRegistry 2 errors
FAILURE: Build failed with an exception.
* What went wrong: Execution failed for task ':ffmpeg_kit_flutter_full_gpl:compileReleaseJavaWithJavac'. > Compilation failed; see the compiler error output for details.
* Try: > Run with --info option to get more log output. > Run with --scan to get full insights. [/code] Gibt es eine Alternative?
Ich verwende ffmpeg_kit_flutter_full_gpl-6.0.3 für Flutter Version 3.27, aber beim Upgrade auf Flutter 3.29 mit Android gibt es ein Fehler-PluginRegistry.registrar-Registrar. Gibt es eine Lösung, um...
Ich versuche, Mobile-FMPEG-Full-GPL (4.4.LTS) in meinem iOS-Projekt mit Cocoapods zu installieren, aber ich begegne einen 404-Fehler, wenn Cocoapods versucht, das Framework herunterzuladen. Hier ist...
Ich baue einen webbasierten Videoeditor, mit dem Benutzer Folgendes tun können:
Mehrere Videos hinzufügen
Bilder hinzufügen
Textüberlagerungen mit Hintergrundfarbe hinzufügen
Das Frontend sendet...