build_app
This commit is contained in:
parent
ddfbf3a1b6
commit
cbcf300a11
@ -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/SupportView/Support_entity_list_screen.dart';
|
||||||
import '../../Entity/angulardatatype/Support/Support_viewModel/Support_view_model_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 ITEMS
|
||||||
|
|
||||||
// NEW MENU
|
// NEW MENU
|
||||||
DrawerItem(
|
|
||||||
icon: Icons.data_object,
|
|
||||||
title: 'Adv5 Management',
|
|
||||||
subtitle: 'Manage Adv5 entities',
|
|
||||||
onTap: (context) {
|
DrawerItem(
|
||||||
Navigator.push(
|
icon: Icons.data_object,
|
||||||
context,
|
title: 'Adv5 Management',
|
||||||
MaterialPageRoute(
|
subtitle: 'Manage Adv5 entities',
|
||||||
builder: (context) => ChangeNotifierProvider(
|
onTap: (context) {
|
||||||
create: (context) => Adv5ViewModelScreen(),
|
Navigator.push(
|
||||||
child: Adv5_entity_list_screen(),
|
context,
|
||||||
),
|
MaterialPageRoute(
|
||||||
),
|
builder: (context) => ChangeNotifierProvider(
|
||||||
);
|
create: (context) => Adv5ViewModelScreen(),
|
||||||
},
|
child: Adv5_entity_list_screen(),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
|
||||||
DrawerItem(
|
DrawerItem(
|
||||||
icon: Icons.data_object,
|
icon: Icons.data_object,
|
||||||
|
|||||||
@ -72,6 +72,12 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Adv5","Adv5", "Transcations");
|
addCustomMenu( "Adv5","Adv5", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Support","Support", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Adv5","Adv5", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
addCustomMenu( "Support","Support", "Transcations");
|
addCustomMenu( "Support","Support", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user