diff --git a/lib/home_widget.dart b/lib/home_widget.dart index 76b85b7..8310fd0 100644 --- a/lib/home_widget.dart +++ b/lib/home_widget.dart @@ -10,13 +10,7 @@ class Home extends StatelessWidget { const Item('Baseball', Colors.yellow), ]; - final List _children = [ - PlaceholderWidget(Colors.white), - PlaceholderWidget(Colors.orange), - PlaceholderWidget(Colors.blue), - PlaceholderWidget(Colors.red), - PlaceholderWidget(Colors.black38), - ]; + var feed = Feed(); @override Widget build(BuildContext context) {