The Wayback Machine - https://web.archive.org/web/20220425012538/https://github.com/flutter/codelabs/pull/522
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

Fix url_launcher warnings #522

Merged
merged 1 commit into from Apr 24, 2022
Merged

Conversation

Copy link
Contributor

@brianegan brianegan commented Apr 23, 2022

Dependabot appears to have pulled in a new version of url_launcher, which causes analysis warnings. This fails the master branch as well as PRs, such as #512.

This PR provides a quick fix, using the new non-deprecated methods to launch a URL string. However, I'm not quite sure if these changes will be reflected at the codelab itself once pushed to master, or if something needs to be changed somewhere else? https://codelabs.developers.google.com/codelabs/flutter-github-client/

It may also be good to check the dependabot setup. I'm kinda surprised it was able to merge an updated dependency that caused analysis errors which break master.

Pre-launch Checklist

  • I read the Effective Dart: Style recently, and have followed its advice.
  • I signed the CLA.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-devrel channel on Discord.

@domesticmouse domesticmouse merged commit 7a5c905 into flutter:master Apr 24, 2022
2 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants