This commit is contained in:
Patrick Alvin Alcala 2025-02-19 15:28:53 +08:00
parent 5f38ce753f
commit 8d4eb1f728
12 changed files with 102 additions and 20 deletions

View file

@ -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),