From 14e3459894ef4d4a2366fc324073890e0b645cdc Mon Sep 17 00:00:00 2001 From: David Allemang Date: Thu, 27 Feb 2020 00:16:44 -0500 Subject: [PATCH] add missing parts from merge --- lib/home_widget.dart | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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) {