Skip to content

[104] Update of 104 todos #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions mdc_100_series/lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
// limitations under the License.

import 'package:flutter/material.dart';
// TODO: Import backdrop.dart (104)

import 'colors.dart';
import 'home.dart';
import 'login.dart';
// TODO: Import CategoryMenuPage (104)
import 'supplemental/cut_corners_border.dart';

// TODO: Convert ShrineApp to stateful widget(104)
// TODO: Convert ShrineApp to stateful widget (104)
class ShrineApp extends StatelessWidget {
// TODO: Add variable for selected Category (104)
// TODO: Add a callback when a Category is tapped (104)
Expand All @@ -31,9 +30,9 @@ class ShrineApp extends StatelessWidget {
title: 'Shrine',
// TODO: Change home: to a Backdrop with a HomePage frontLayer (104)
home: HomePage(),
// TODO: Make currentCategory field take _currentCategory
// TODO: Pass _currentCategory for frontLayer (104)
// TODO: Change backLayer field value to CategoryMenuPage (104)
// TODO: Make currentCategory field take _currentCategory
initialRoute: '/login',
onGenerateRoute: _getRoute,
theme: _kShrineTheme,
Expand Down