build_app
This commit is contained in:
parent
73a1ddc778
commit
fba5e5ca28
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
import '../../Entity/angulardatatype/Adv5/Adv5View/Adv5_entity_list_screen.dart';
|
||||
import '../../Entity/angulardatatype/Adv5/Adv5_viewModel/Adv5_view_model_screen.dart';
|
||||
|
||||
@ -94,6 +96,10 @@ Navigator.pushNamed(context, RouteNames.changePasswordView);
|
||||
// NEW ITEMS
|
||||
|
||||
// NEW MENU
|
||||
|
||||
|
||||
|
||||
|
||||
DrawerItem(
|
||||
icon: Icons.data_object,
|
||||
title: 'Adv5 Management',
|
||||
|
||||
@ -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