From 6c39bde27287f79053bd3240f235196f6633cb6d Mon Sep 17 00:00:00 2001 From: Jay Nakum Date: Thu, 29 Apr 2021 10:17:05 +0530 Subject: [PATCH] Update home_screen.dart --- lib/screens/home_screen.dart | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/screens/home_screen.dart b/lib/screens/home_screen.dart index f806078..08e4c26 100644 --- a/lib/screens/home_screen.dart +++ b/lib/screens/home_screen.dart @@ -23,16 +23,6 @@ class HomeScreen extends StatelessWidget { ? Center(child: Text('Login please')) : CurrentLiveSessions(), ), - // SingleChildScrollView( - // child: Column( - // mainAxisAlignment: MainAxisAlignment.spaceAround, - // children: [ - // CurrentLiveSessions(), - // SizedBox(height: 30), - // CurrentLiveSessions(), - // ], - // ), - // ), ), floatingActionButton: FloatingButtons(0), floatingActionButtonLocation: FloatingActionButtonLocation.centerFloat,