feat : request and request tagging
This commit is contained in:
@@ -9,6 +9,7 @@ class RootPage extends GetView<RootLogic> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return ObxValue((currentIndex) {
|
||||
|
||||
return PopScope(
|
||||
canPop: false,
|
||||
onPopInvokedWithResult: (didPop, result) {
|
||||
@@ -16,7 +17,6 @@ class RootPage extends GetView<RootLogic> {
|
||||
eLog('Pop invoked with result: $result, didPop: $didPop');
|
||||
navigatorKey?.currentState?.pop();
|
||||
|
||||
|
||||
/*eLog('Pop invoked with result: $result, didPop: $didPop');
|
||||
iLog(Get.currentRoute);
|
||||
iLog(Get.previousRoute);
|
||||
@@ -39,11 +39,11 @@ class RootPage extends GetView<RootLogic> {
|
||||
|
||||
child: Scaffold(
|
||||
body: IndexedStack(
|
||||
children: controller.pages,
|
||||
children: [...controller.pages],
|
||||
index: currentIndex.value,
|
||||
sizing: StackFit.expand,
|
||||
),
|
||||
|
||||
extendBody: true,
|
||||
bottomNavigationBar: BottomNavigation1(
|
||||
items: [
|
||||
BottomNavigation1Item(
|
||||
|
||||
Reference in New Issue
Block a user