Added successfully built docker-compose and cockerFile

This commit is contained in:
Alex Tran
2022-02-03 14:42:27 -06:00
parent 568cc243f0
commit 85b83f9666
15 changed files with 198 additions and 64 deletions

View File

@@ -88,8 +88,9 @@ class HomePage extends HookConsumerWidget {
lastGroupDate = dateTitle;
}
}
return SafeArea(
return SafeArea(
child: CustomScrollView(
controller: _scrollController,
slivers: [
@@ -98,9 +99,6 @@ class HomePage extends HookConsumerWidget {
],
),
);
} else {
return Container();
}
}
return Scaffold(