build_app
This commit is contained in:
parent
e694ecff7d
commit
f3d86cef64
@ -1,3 +1,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import '../../Entity/angulardatatype/Vallist/VallistView/Vallist_entity_list_screen.dart';
|
import '../../Entity/angulardatatype/Vallist/VallistView/Vallist_entity_list_screen.dart';
|
||||||
import '../../Entity/angulardatatype/Vallist/Vallist_viewModel/Vallist_view_model_screen.dart';
|
import '../../Entity/angulardatatype/Vallist/Vallist_viewModel/Vallist_view_model_screen.dart';
|
||||||
|
|
||||||
@ -106,6 +112,18 @@ Navigator.pushNamed(context, RouteNames.changePasswordView);
|
|||||||
// NEW ITEMS
|
// NEW ITEMS
|
||||||
|
|
||||||
// NEW MENU
|
// NEW MENU
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DrawerItem(
|
DrawerItem(
|
||||||
icon: Icons.data_object,
|
icon: Icons.data_object,
|
||||||
title: 'Vallist Management',
|
title: 'Vallist Management',
|
||||||
|
|||||||
@ -84,6 +84,24 @@ addCustomMenu( "Ad7","Ad7", "Transcations");
|
|||||||
addCustomMenu( "Adv4","Adv4", "Transcations");
|
addCustomMenu( "Adv4","Adv4", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Support","Support", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Vallist","Vallist", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Onetomany","Onetomany", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Country","Country", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Ad7","Ad7", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Adv4","Adv4", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
addCustomMenu( "Support","Support", "Transcations");
|
addCustomMenu( "Support","Support", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user