From 39f985c5cf25032e1f9405340189615757c2156e Mon Sep 17 00:00:00 2001 From: Jonathan Jimson Date: Thu, 5 Mar 2026 23:05:38 +0530 Subject: [PATCH] Remove test button --- app/lib/home/home.dart | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/lib/home/home.dart b/app/lib/home/home.dart index 1f9de2c..bd61e1c 100644 --- a/app/lib/home/home.dart +++ b/app/lib/home/home.dart @@ -60,15 +60,6 @@ class _HomePageState extends State { return Column( children: [ - Padding( - padding: const EdgeInsets.all(16.0), - child: ElevatedButton( - onPressed: () async { - await AlarmService().triggerTestAlarm(); - }, - child: const Text('Test'), - ), - ), Expanded( child: FutureBuilder>( future: _medicinesFuture,