website
website copied to clipboard
Typo in Google Code Labs tutorial for Flutter
There is a minor mistake in "Write Your First Flutter App, part 2" > Step 6: "Navigate to new screen".
A tip section is given that says,
Tip: Some widget properties take a single widget (child), and other properties, such as
action, take an array of widgets (children), as indicated by the square brackets ([]).
Here, the property should be actions instead of action for the AppBar widget shown.
screenshot

@danagbemava-nc do you have link of the repo where I can fix this issue?
I do not have the link for the codelab, it might be internal /cc @domesticmouse
@piedcipher It’s in a google doc and published through a google3 pipeline. Sorry, this content isn’t open source.
This codelab has been replaced by a the newly written Your first Flutter app which doesn't have this issue. Check it out and let us know what you think!
Thanks again for opening the issue!