diff --git a/lib/screens/main_app_screen/tabbed_layout_component.dart b/lib/screens/main_app_screen/tabbed_layout_component.dart index 4ae9fac..7b8fae7 100644 --- a/lib/screens/main_app_screen/tabbed_layout_component.dart +++ b/lib/screens/main_app_screen/tabbed_layout_component.dart @@ -9,8 +9,6 @@ import 'package:intl/intl.dart'; -import '../../Entity/gaurav/Gauravtest1/Gauravtest1_entity_list_screen.dart'; - import 'dart:async'; import 'dart:convert'; @@ -364,40 +362,6 @@ class _TabbedLayoutComponentState extends State { - PopupMenuItem( - //value: 'Option 1', - child: Text( - 'Gauravtest1', - style: AppStyle.txtGilroySemiBold16, - ), - onTap: () { - Navigator.push( - context, - MaterialPageRoute( - builder: (context) => - gauravtest1_entity_list_screen(), //go to get all entity - ), - ); - // Add your logic for menu 2 here - }, - ), - - PopupMenuItem( - //value: 'Option 1', - child: Text( - 'gtest', - style: AppStyle.txtGilroySemiBold16, - ), - onTap: () { - Navigator.push( - context, - MaterialPageRoute( - builder: (context) => gauravtest1_entity_list_screen(), - ), - ); - }, - ), - PopupMenuItem( //value: 'Option 1', child: Text(