File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
import 'package:flutter/material.dart' ;
16
- // TODO: Import backdrop.dart (104)
16
+
17
17
import 'colors.dart' ;
18
18
import 'home.dart' ;
19
19
import 'login.dart' ;
20
- // TODO: Import CategoryMenuPage (104)
21
20
import 'supplemental/cut_corners_border.dart' ;
22
21
23
- // TODO: Convert ShrineApp to stateful widget(104)
22
+ // TODO: Convert ShrineApp to stateful widget (104)
24
23
class ShrineApp extends StatelessWidget {
25
24
// TODO: Add variable for selected Category (104)
26
25
// TODO: Add a callback when a Category is tapped (104)
@@ -31,9 +30,9 @@ class ShrineApp extends StatelessWidget {
31
30
title: 'Shrine' ,
32
31
// TODO: Change home: to a Backdrop with a HomePage frontLayer (104)
33
32
home: HomePage (),
33
+ // TODO: Make currentCategory field take _currentCategory
34
34
// TODO: Pass _currentCategory for frontLayer (104)
35
35
// TODO: Change backLayer field value to CategoryMenuPage (104)
36
- // TODO: Make currentCategory field take _currentCategory
37
36
initialRoute: '/login' ,
38
37
onGenerateRoute: _getRoute,
39
38
theme: _kShrineTheme,
You can’t perform that action at this time.
0 commit comments