update
This commit is contained in:
parent
5f38ce753f
commit
8d4eb1f728
12 changed files with 102 additions and 20 deletions
|
|
@ -55,7 +55,7 @@ class _MainPageState extends State<MainPage> {
|
|||
icon: FontAwesomeIcons.circlePlus,
|
||||
text: 'Add Category',
|
||||
description: 'Create a new medicine category',
|
||||
onPressed: () => {context.push('/addtype')},
|
||||
onPressed: () => {context.push('/addcategory')},
|
||||
color: 'blue',
|
||||
),
|
||||
const Gap(16),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue