file name updates
This commit is contained in:
parent
5b905be74b
commit
b5d8d92ccd
11 changed files with 6 additions and 19 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue