build_app
This commit is contained in:
parent
73a1ddc778
commit
fba5e5ca28
@ -1,5 +1,7 @@
|
||||
import '../../Entity/angulardatatype/Adv5/Adv5View/Adv5_entity_list_screen.dart';
|
||||
import '../../Entity/angulardatatype/Adv5/Adv5_viewModel/Adv5_view_model_screen.dart';
|
||||
|
||||
|
||||
import '../../Entity/angulardatatype/Adv5/Adv5View/Adv5_entity_list_screen.dart';
|
||||
import '../../Entity/angulardatatype/Adv5/Adv5_viewModel/Adv5_view_model_screen.dart';
|
||||
|
||||
import '../../Entity/angulardatatype/Support/SupportView/Support_entity_list_screen.dart';
|
||||
import '../../Entity/angulardatatype/Support/Support_viewModel/Support_view_model_screen.dart';
|
||||
@ -94,22 +96,26 @@ Navigator.pushNamed(context, RouteNames.changePasswordView);
|
||||
// NEW ITEMS
|
||||
|
||||
// NEW MENU
|
||||
DrawerItem(
|
||||
icon: Icons.data_object,
|
||||
title: 'Adv5 Management',
|
||||
subtitle: 'Manage Adv5 entities',
|
||||
onTap: (context) {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => ChangeNotifierProvider(
|
||||
create: (context) => Adv5ViewModelScreen(),
|
||||
child: Adv5_entity_list_screen(),
|
||||
),
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
DrawerItem(
|
||||
icon: Icons.data_object,
|
||||
title: 'Adv5 Management',
|
||||
subtitle: 'Manage Adv5 entities',
|
||||
onTap: (context) {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => ChangeNotifierProvider(
|
||||
create: (context) => Adv5ViewModelScreen(),
|
||||
child: Adv5_entity_list_screen(),
|
||||
),
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
DrawerItem(
|
||||
icon: Icons.data_object,
|
||||
|
||||
@ -72,6 +72,12 @@ public class BuilderService {
|
||||
addCustomMenu( "Adv5","Adv5", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Support","Support", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Adv5","Adv5", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Support","Support", "Transcations");
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user