Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pihariev opened this issue Sep 26, 2024 · 1 comment
Assignees
Labels
flutter Affect flutter platform question Further information is requested v6.0

Comments

@pihariev
Copy link

pihariev commented Sep 26, 2024

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 tanersener added question Further information is requested flutter Affect flutter platform v6.0 labels Nov 8, 2024
@tanersener
Copy link
Collaborator

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.

@tanersener tanersener self-assigned this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flutter Affect flutter platform question Further information is requested v6.0
Projects
None yet
Development

No branches or pull requests

2 participants