Skip to content

Commit 7df3a2e

Browse files
michdudwilllarche
authored andcommitted
[104] Update of 104 todos (#58)
Removed import todos and rearranged a todo to make more sense.
1 parent 2be7516 commit 7df3a2e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mdc_100_series/lib/app.dart

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313
// limitations under the License.
1414

1515
import 'package:flutter/material.dart';
16-
// TODO: Import backdrop.dart (104)
16+
1717
import 'colors.dart';
1818
import 'home.dart';
1919
import 'login.dart';
20-
// TODO: Import CategoryMenuPage (104)
2120
import 'supplemental/cut_corners_border.dart';
2221

23-
// TODO: Convert ShrineApp to stateful widget(104)
22+
// TODO: Convert ShrineApp to stateful widget (104)
2423
class ShrineApp extends StatelessWidget {
2524
// TODO: Add variable for selected Category (104)
2625
// TODO: Add a callback when a Category is tapped (104)
@@ -31,9 +30,9 @@ class ShrineApp extends StatelessWidget {
3130
title: 'Shrine',
3231
// TODO: Change home: to a Backdrop with a HomePage frontLayer (104)
3332
home: HomePage(),
33+
// TODO: Make currentCategory field take _currentCategory
3434
// TODO: Pass _currentCategory for frontLayer (104)
3535
// TODO: Change backLayer field value to CategoryMenuPage (104)
36-
// TODO: Make currentCategory field take _currentCategory
3736
initialRoute: '/login',
3837
onGenerateRoute: _getRoute,
3938
theme: _kShrineTheme,

0 commit comments

Comments
 (0)