update
This commit is contained in:
parent
87d8bb483e
commit
17a1430ef0
11 changed files with 271 additions and 25 deletions
|
|
@ -47,6 +47,12 @@ class MainPage extends StatelessWidget {
|
|||
onPressed: () => {context.push('/addtype')},
|
||||
color: 'blue'),
|
||||
const Gap(16),
|
||||
MenuWidget(
|
||||
icon: FontAwesomeIcons.squarePlus,
|
||||
text: 'Add Category',
|
||||
onPressed: () => {context.push('/addcategory')},
|
||||
color: 'blue'),
|
||||
const Gap(16),
|
||||
MenuWidget(
|
||||
icon: FontAwesomeIcons.squarePlus, text: 'Add Generics', onPressed: gotoAddGenerics, color: 'blue'),
|
||||
const Gap(32),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue