-
Notifications
You must be signed in to change notification settings - Fork 28.6k
url_launcher macos not found. Please update settings.gradle #55077
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
Comments
Hi @hectorcapulin |
@iapicca I'm having a similar problem, but with with the firebase package. The app will install fine on iOS, but the gradle build fails for installing onto Android. I've run
Output from
Output from
My pubspec.yaml:
|
Hi @BenedictQ |
#55827 discusses the same issue. updating the
|
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away! |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
Same issue when building for Android:
|
Could everyone who still has this problem please file a new issue with the exact description of what happens, logs and the output of |
Can someone please help me,l'm getting this error of Plugin project :connectivity_macos not found. Please update settings.gradle. I don't know how to resolve it mujohn:soma-mobile-app johnmugiraneza$ flutter run --verbose |
Plugin project :url_launcher_web not found. Please update settings.gradle. fix: flutter/flutter#55077
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Hello, my issue with Flutter is.
After adding
url_launcher: ^5.4.1
on file: pubspec.yaml
and adding the import line on file main.dart: import 'package:url_launcher/url_launcher.dart';
I try to run my application, and after a time Android send me these messages (I execute flutter doctor and doesn´t indicates any issue, actually this problem persist even in recent opened projects, you know, 'the default' project):
Plugin project :url_launcher_macos not found. Please update settings.gradle.
Plugin project :url_launcher_web not found. Please update settings.gradle.
Thank you in advanced.
The text was updated successfully, but these errors were encountered: