Skip to content

Commit a4ed212

Browse files
tianlunleewilllarche
authored andcommitted
[101] TODOs for starter code (#50)
1 parent 065f0ae commit a4ed212

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mdc_100_series/lib/login.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class LoginPage extends StatefulWidget {
2020
}
2121

2222
class _LoginPageState extends State<LoginPage> {
23+
// TODO: Add text editing controllers (101)
2324
@override
2425
Widget build(BuildContext context) {
2526
return new Scaffold(
@@ -36,6 +37,8 @@ class _LoginPageState extends State<LoginPage> {
3637
],
3738
),
3839
const SizedBox(height: 120.0),
40+
// TODO: Add TextField widgets (101)
41+
// TODO: Add button bar (101)
3942
],
4043
),
4144
),

0 commit comments

Comments
 (0)