Skip to content

Commit 758a726

Browse files
Add dynamic analytics page & Daily input form
1 parent ea80577 commit 758a726

2 files changed

Lines changed: 983 additions & 156 deletions

File tree

farmerapp/lib/pages/home.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ class _MyHomePageState extends State<MyHomePage> {
2828
@override
2929
Widget build(BuildContext context) {
3030
return Scaffold(
31-
drawer: const Drawer(
32-
child: Center(child: Text('Drawer')),
33-
),
3431
appBar: AppBar(
3532
// backgroundColor: Theme.of(context).colorScheme.inversePrimary,
3633
centerTitle: false,

0 commit comments

Comments
 (0)