-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update firebase-get-to-know-flutter
#2345
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
Update firebase-get-to-know-flutter
#2345
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates dependencies across multiple steps of the firebase-get-to-know-flutter codelab. The main changes involve updating go_router and provider packages in the pubspec.yaml files, and regenerating the corresponding iOS and macOS project files. The changes look good overall. I've added a few suggestions to sort the dependencies in the pubspec.yaml files alphabetically. This improves readability and aligns with the sort_pub_dependencies lint rule often used with flutter_lints, which is recommended in your style guide.
parlough
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but one small regression and a few links that could be updated:
| network to communicate with the Firebase servers, you need to configure your app | ||
| with network client privileges. | ||
|
|
||
| #### [macos/Runner/DebugProfile.entitlements](https://github.com/flutter/codelabs/blob/master/firebase-get-to-know-flutter/step_04/macos/Runner/DebugProfile.entitlements) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems this and the other flutter/codelabs link in the doc were changed to reference master instead of main. Since the repository uses main, can you undo that change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hooboy, good catch. The published codelab is still running with links to master.
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
| Theme.of(context).textTheme, | ||
| ), | ||
| visualDensity: VisualDensity.adaptivePlatformDensity, | ||
| useMaterial3: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this
| }); | ||
| // ...to here. | ||
| } else { | ||
| _loginState = ApplicationLoginState.loggedOut; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be a reversion.
|
Landing this as is so that it matches what has just been published on codelabs.developers.google.com |
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-devrel channel on Discord.