Skip to content

Commit 4784caa

Browse files
Merge pull request #7 from codegasms/quick-menu
Add dynamic analytics page & Daily input form
2 parents 967b3d3 + 758a726 commit 4784caa

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)