Skip to content

Commit

Permalink
[101] Completed Code.
Browse files Browse the repository at this point in the history
[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)

[101] Added future TODOs to 101 starter (material-components#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. (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)
  • Loading branch information
willlarche authored and michdud committed Jun 29, 2018
1 parent 19320ea commit aa7ee4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdc_100_series/lib/home.dart
Expand Up @@ -28,4 +28,4 @@ class HomePage extends StatelessWidget {
Widget build(BuildContext context) {
return AsymmetricView(products: getProducts(category));
}
}
}
2 changes: 1 addition & 1 deletion mdc_100_series/lib/login.dart
Expand Up @@ -108,4 +108,4 @@ class PrimaryColorOverride extends StatelessWidget {
data: Theme.of(context).copyWith(primaryColor: color),
);
}
}
}

0 comments on commit aa7ee4f

Please sign in to comment.