Rishabh Gupta
Rishabh Gupta
Answers to your questions: 1) No, i have 16gb RAM so i don't think its a memory issue. 2) It is a recurring problem. I can't give me current project...
Below is the output for flutter doctor -v. How should i share project with you to check bug? [√] Flutter (Channel stable, 2.10.5, on Microsoft Windows [Version 10.0.19044.1706], locale en-IN)...
Sure, is it [email protected] ?
Done check your mail. Its from different email address due to file size issue.
@similincbose Can you mention some references regarding this because i want Java version of the above code.
Got it .. Thanks :) Java Code will be:- bottomNavigationView.setOnItemSelectedListener(new NavigationBarView.OnItemSelectedListener() { @OverRide public boolean onNavigationItemSelected(@nonnull MenuItem item) { NavigationUI.onNavDestinationSelected(item,navController); navController.popBackStack(item.getItemId(),false); return true; } });