file name updates

This commit is contained in:
2024-09-17 16:23:14 +02:00
parent 5b905be74b
commit b5d8d92ccd
11 changed files with 6 additions and 19 deletions

View File

@@ -54,7 +54,6 @@ class _MedicineSearchState extends State<MedicineSearch> {
@override
void dispose() {
// TODO: implement dispose
super.dispose();
}
@@ -118,7 +117,7 @@ class _MedicineSearchState extends State<MedicineSearch> {
} else {
return const SizedBox(
height: 400,
child: const Center(
child: Center(
child: Text(
"No Match Found\nPlease close and manually capture medicine",
style: TextStyle(fontSize: 25, color: Colors.grey),