Skip to content

Commit aa7ee4f

Browse files
willlarchemichdud
authored andcommitted
[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) [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)
1 parent 19320ea commit aa7ee4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mdc_100_series/lib/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ class HomePage extends StatelessWidget {
2828
Widget build(BuildContext context) {
2929
return AsymmetricView(products: getProducts(category));
3030
}
31-
}
31+
}

mdc_100_series/lib/login.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ class PrimaryColorOverride extends StatelessWidget {
108108
data: Theme.of(context).copyWith(primaryColor: color),
109109
);
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)