build_app
This commit is contained in:
parent
e694ecff7d
commit
f3d86cef64
@ -1,5 +1,11 @@
|
||||
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/VallistView/Vallist_entity_list_screen.dart';
|
||||
import '../../Entity/angulardatatype/Vallist/Vallist_viewModel/Vallist_view_model_screen.dart';
|
||||
|
||||
import '../../Entity/angulardatatype/Onetomany/OnetomanyView/Onetomany_entity_list_screen.dart';
|
||||
import '../../Entity/angulardatatype/Onetomany/Onetomany_viewModel/Onetomany_view_model_screen.dart';
|
||||
@ -106,22 +112,34 @@ Navigator.pushNamed(context, RouteNames.changePasswordView);
|
||||
// NEW ITEMS
|
||||
|
||||
// NEW MENU
|
||||
DrawerItem(
|
||||
icon: Icons.data_object,
|
||||
title: 'Vallist Management',
|
||||
subtitle: 'Manage Vallist entities',
|
||||
onTap: (context) {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => ChangeNotifierProvider(
|
||||
create: (context) => VallistViewModelScreen(),
|
||||
child: Vallist_entity_list_screen(),
|
||||
),
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
DrawerItem(
|
||||
icon: Icons.data_object,
|
||||
title: 'Vallist Management',
|
||||
subtitle: 'Manage Vallist entities',
|
||||
onTap: (context) {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => ChangeNotifierProvider(
|
||||
create: (context) => VallistViewModelScreen(),
|
||||
child: Vallist_entity_list_screen(),
|
||||
),
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
DrawerItem(
|
||||
icon: Icons.data_object,
|
||||
|
||||
@ -84,6 +84,24 @@ addCustomMenu( "Ad7","Ad7", "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");
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user