Home:ALL Converter>how to Navigate to a particular bottom navigation item in a new page onpress of a button in the previous page in Flutter

how to Navigate to a particular bottom navigation item in a new page onpress of a button in the previous page in Flutter

Ask Time:2020-03-05T00:15:13         Author:b_diouf

Json Formatter

I have many pages with the same bottom navigation bar title in my flutter app. For example, let's say I have two pages: A and B and page A doesn't have bottom navigation but page B has one with tree items. So I want to navigate from A to B but directly to the second or third item's index in bottom navigation items list.

Author:b_diouf,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/60530325/how-to-navigate-to-a-particular-bottom-navigation-item-in-a-new-page-onpress-of
yy