-
Notifications
You must be signed in to change notification settings - Fork 61
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
Build failure in external_app_launcher: "cannot find symbol: class Registrar" #51
Comments
I faced same error, any update? |
Hi you can downgrade your flutter version if you upgraded flutter to 3.29 They removed import io.flutter.plugin.common.PluginRegistry.Registrar on Flutter 3.29 |
Try replace dependency to this:
|
Maybe this helps: |
Hi All, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
I'm encountering a build failure when running
flutter build appbundle
. The error message is:The output of my
flutter doctor
is:I tried to resolve modifying the package locally using
FlutterPlugin
, but if I do that I get a new error:What could I do to resolve this issue?
Would appreciate any guidance or updates on this. Thanks in advance! 🙏
The text was updated successfully, but these errors were encountered: