arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.49k stars 600 forks source link

[Flutter/iOS] Couldn't resolve the package 'ffmpeg_kit_flutter' in 'package:ffmpeg_kit_flutter/ffmpeg_kit.dart' #1049

Open pihariev opened 1 month ago

pihariev commented 1 month ago

Cannot build for Flutter (iOS) when using ffmpeg_kit_flutter_full_gpl: 6.0.3 dependency. It gives this error: Couldn't resolve the package 'ffmpeg_kit_flutter' in 'package:ffmpeg_kit_flutter/ffmpeg_kit.dart' when building for iOS. ffmpeg_kit_flutter is ok. What could I do with it?

tanersener commented 4 days ago

Your import statement should match the ffmpeg-kit package you're using.

If you're using ffmpeg_kit_flutter_full_gpl, the import statement should be package:ffmpeg_kit_flutter_full_gpl/ffmpeg_kit.dart.