-
Notifications
You must be signed in to change notification settings - Fork 248
[104] Replaces regular hamburger menu behavior with a branded version #22
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
[104] Replaces regular hamburger menu behavior with a branded version #22
Conversation
clocksmith
commented
May 16, 2018
- Adds slanted menu icon assets
- Adds slanted menu hamburger and diamond as main menu icon
- Removes text title from back/open view
Yay! Please add screenshots. |
Please let me merge this so I can simultaneously make the documentation changes. |
8cefebf
to
0b7e11f
Compare
0b7e11f
to
73be1d0
Compare
Rebased off new changes, no conflicts, ready for review again @HansMuller |
Hans is away. So, we need as many reviews as possible. |
mdc_100_series/lib/backdrop.dart
Outdated
frontTitle: widget.frontTitle, | ||
backTitle: widget.backTitle, | ||
frontTitle: Row( | ||
children:<Widget>[ |
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.
nit: space after the :
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.
done
mdc_100_series/lib/backdrop.dart
Outdated
backTitle: widget.backTitle, | ||
frontTitle: Row( | ||
children:<Widget>[ | ||
SizedBox( |
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.
We could make this a var, like brandedIcon
and pass it as a child of the frontTitle's Row instead of having the full widget nested in. One of the comments from code lab participants was that all the code was nested/within one widget, making it hard to read for a new developer.
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.
done
PTAL |
@@ -204,20 +204,34 @@ class _BackdropState extends State<Backdrop> | |||
|
|||
@override | |||
Widget build(BuildContext context) { | |||
var brandedIcon = Row(children: <Widget>[ |
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.
Since this is educational code. Move this down to the icon
field instead of in a variable.
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.
Actually, @maryx had info I didn't. Ignore this request.
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.
Ack
@@ -204,20 +204,34 @@ class _BackdropState extends State<Backdrop> | |||
|
|||
@override | |||
Widget build(BuildContext context) { | |||
var brandedIcon = Row(children: <Widget>[ | |||
ImageIcon(AssetImage('assets/slanted_menu.png')), |
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.
Do you need to paint them brown?
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.
Sounds like a great opportunity to talk about Icon Themes, will do in future PR
Resolved |
Can I go ahead and merge? |
…#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace
* [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate
…#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace
* [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate
…#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace
* [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate
…#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace
* [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate
[101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback.
[101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback.
[101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback.
[101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback.
[101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback.
[101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) [101] TODOs for starter code (material-components#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (material-components#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [104] Todos for 104 (material-components#51) [104] Update of 104 todos (material-components#58) Removed import todos and rearranged a todo to make more sense. [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (material-components#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (material-components#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (material-components#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (material-components#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (material-components#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (material-components#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (material-components#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (material-components#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (material-components#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback. [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (material-components#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (material-components#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (material-components#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (material-components#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (material-components#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (material-components#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (material-components#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (material-components#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (material-components#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback.
[101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) [101] TODOs for starter code (material-components#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (material-components#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [104] Todos for 104 (material-components#51) [104] Update of 104 todos (material-components#58) Removed import todos and rearranged a todo to make more sense. [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (material-components#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (material-components#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (material-components#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (material-components#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (material-components#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (material-components#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (material-components#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (material-components#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (material-components#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback. [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (material-components#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (material-components#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (material-components#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (material-components#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (material-components#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (material-components#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (material-components#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (material-components#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (material-components#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback.
[101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (material-components#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (material-components#44) (material-components#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (material-components#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (material-components#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (material-components#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (material-components#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (material-components#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (material-components#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (material-components#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (material-components#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (material-components#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (material-components#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (material-components#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (material-components#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback.
[101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [104] Todos for 104 (#51) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback.
[101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [104] Todos for 104 (#51) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback. [104] Add color to color.dart and reference in category_menu_page.dart [101] Completed Code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter (#59) [101] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [104] Add missing newline at end of home.dart
[101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [104] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [104] Todos for 104 (#51) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace * [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * [104] Merge sync. (#27) * Start to reconfigure the _BackdropTitle to handle custom transition animations. * Added a customIcon to _BackdropTitle with the correct animations for branded icon. * Added front and back title sliding to the branded icon animation. * rebase fixes * Responded to comments * merge fix * Rearranged the animations and used nested widgets instead of transitions with no local vars. * Fix bad rebase * Respond to comments by replacing .animate with .evaluate [104] PR feedback. [104] Padding correction. [TextFields] PR feedback. [104] Add color to color.dart and reference in category_menu_page.dart [101] Completed Code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter (#59) [101] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [104] Add missing newline at end of home.dart
[101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Completed Code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter (#59) [101] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [103] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Completed Code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter (#59) [101] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [103] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Add color to be used in 104 [104] Remove confusing comments (#68) In #64, it was pointed out that these todos don't move to the new _ShrineAppState when it is created in 104. Since the todos are supposed to go inside of _ShrineAppState, it is confusing for them to stay in ShrineApp. Instead of trying to get learners to move the todos manually, it's probably clearer and simpler to just get rid of them entirely. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Included lines to ignore .iml files and files in idea/ (#67) [104] �Add missing import. [104] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Completed Code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter (#59) [101] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [103] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Completed Code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter (#59) [101] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [103] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Add color to be used in 104 [104] Remove confusing comments (#68) In #64, it was pointed out that these todos don't move to the new _ShrineAppState when it is created in 104. Since the todos are supposed to go inside of _ShrineAppState, it is confusing for them to stay in ShrineApp. Instead of trying to get learners to move the todos manually, it's probably clearer and simpler to just get rid of them entirely. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Included lines to ignore .iml files and files in idea/ (#67) [104] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Completed Code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter (#59) [101] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [103] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Completed Code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter (#59) [101] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [103] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Add color to be used in 104 [104] Remove confusing comments (#68) In #64, it was pointed out that these todos don't move to the new _ShrineAppState when it is created in 104. Since the todos are supposed to go inside of _ShrineAppState, it is confusing for them to stay in ShrineApp. Instead of trying to get learners to move the todos manually, it's probably clearer and simpler to just get rid of them entirely. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Included lines to ignore .iml files and files in idea/ (#67) [104] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [101] Completed Code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter (#59) [101] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [103] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [104] Completed code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) [101] TODOs for starter code (#50) [101] Added future TODOs to 101 starter [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [103] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [102] Completed code. [101] Starter code. [103] Supplemental files. [101] Correcting supplemental files. [101] Minor renaming. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. [102] starter todos (#54) [104] Todos for 104 (#51) [102] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [META] Readme correction. [104] Completed code. [101] Starter code. [101] Making AppBar something you add in 102. [Model] Adding model from the start. [103] Adding fonts. [103] Supplemental files. [101] Correcting supplemental files. [101] Copy correction. [101] Minor renaming. [101] Update for Dart 2. [101] Missing dependency. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Dart 2. [101] Correcting model. [Meta] README file. [Meta] Clarification. [101] Copy correction. [104] Updating data. [101] Correcting widget class. (#23) Add link to actual codelab in the README [Meta] README correction. [101] README specificity. [101] Complete code. [102] Starter code. [102] Minor copy correction. [101] Update for Dart 2 [102] Rebase. Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44) (#45) [102] Complete code. [103] Starter code. [102] Correcting home being stateful. [103] Correcting order of fields. (#10) [102] Removing unneeded value. [102] Dart 2. [102] Data correction. [103] README specificity. [103] Completed code. [104] Starter code. [103] Removing unneeded directory. [103] Unused icons code. [103] Moving supplemental files. [103] Using recent changes. [103] Removing unused import. [103] Data correction. [103] Adding body2 styling. [103] Dart 2 [103] Color const correction. [104] README specificity. [103] Completed code. [104] Starter code. [102] Complete code. [103] Starter code. [103] Correcting order of fields. (#10) [103] Completed code. [104] Starter code. [103] Using recent changes. add backdrop and working menu with filtering [104] Minor visual changes. [104] Visual detail. [104] Newline at EOF. [104] License stanzas. [104] Removing files from merge. [104] Sync. [104] Correcting license [104] Adding license stanza [104] Decrease backdrop radius size to match mocks. (#21) [104] PR feedback. [104] Removing an unnecessary widget. [104] Formatting. [104] Replaces regular hamburger menu behavior with a branded version (#22) * [104] Replaces regular hamburger menu behavior with a branded icon version. * Fixed space nit and refactored branded icon into its own var. * whitespace [104] Changing "Panel" to "Layer" (#24) * [104] Clarifying backdrop. * [104] Changing panel to layer. [104] Merge sync. (#27) [104] Removing log statement. [104] Correcting import order. [104] Adding a little whitespace [104] Backdrop code review feedback (#29) * [104] PR feedback. * [104] PR feedback. * [104] Some whitespace. [104] Add branded icon menu nav animation (#28) * [101] Correcting widget class. * [101] Complete code. [102] Starter code. * [102] Minor copy correction. * [101] Update for Dart 2 * [102] Complete code. [103] Starter code. * [102] Correcting home being stateful. * [103] Correcting order of fields. (#10) * [102] Removing unneeded value. * [102] Dart 2. * [102] Data correction. * [103] Completed code. [104] Starter code. * [103] Removing unneeded directory. * [103] Unused icons code. * [103] Moving supplemental files. * [103] Using recent changes. * [103] Removing unused import. * [103] Data correction. * [103] Adding body2 styling. * [103] Dart 2 * [103] Color const correction. * [102] Complete code. [103] Starter code. * [103] Completed code. [104] Starter code. * [103] Completed code. [104] Starter code. * [103] Correcting order of fields. (#10) * add backdrop and working menu with filtering * [104] Minor visual changes. * [103] Using recent changes. * [104] Visual detail. * [104] Newline at EOF. * [104] License stanzas. * [104] Removing files from merge. * [104] Sync. * [104] Correcting license * [104] Adding license stanza * [104] Decrease backdrop radius size to match mocks. (#21) * [104] PR feedback. * [104] Removing an unnecessary widget. * [104] Formatting. * [104] Replaces reg…