Skip to content

Commit

Permalink
[102] Edit starter TODOs (material-components#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianlunlee authored and willlarche committed Jun 26, 2018
1 parent 441c235 commit 56dc63a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mdc_100_series/lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
import 'package:flutter/material.dart';

class HomePage extends StatelessWidget {
// TODO: Insert function to build grid cards (102)
// TODO: Make a collection of cards (102)
@override
Widget build(BuildContext context) {
return Scaffold(
// TODO: Add app bar (102)
// TODO: Add a grid view (102)
body: Center(
// TODO: Pass context to grid cards (102)
child: Text('You did it!'),
),
);
Expand Down

0 comments on commit 56dc63a

Please sign in to comment.