Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example code for Nested Navigation Nav2 with more than 3 pages/screens Using Getx5 #3205

Open
wilz055 opened this issue Sep 5, 2024 · 0 comments
Assignees

Comments

@wilz055
Copy link

wilz055 commented Sep 5, 2024

How do we navigate from homePage( button with onTap action) to the below path with or without removing bottom navigation bar
ex:

onTap(){
//Get.toNamed("/:categoryType/:subCategoryType/ProductDetails/:productID");
Get.toNamed("/vegetables/fresh/ProductDetails/6728");
//or 
Get.toNamed("/vegetables/fresh/6728");

}

And also If we want to keep the bottom navigation bar intact how to do we do it
based on existing example (product/productid) it works with only one child
if we set
participatesInRootNavigator: false
bottom navigation wont show up.
how can we achieve the above, Is it possible to implement the below example.

Getx version: 5.0.0-release-candidate-9.2
@jasonlaw @lsm @lemps @alindeman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants