Santos-Enoque/flutter-web-dashboard-template

Multiple local navigator

Opened this issue · 2 comments

Hello,

I followed your course, which was very good thank you! However, I have a question regarding multiple local navigators.

The functionality I`m trying to achive is the following:
1). User by default is navigated to the Login page (1), provides some data and presses the button
2). User is navigated to Login page (2), provides some data and presses the button
3). User is navigated to the home page.

I'm not quite sure to achive this with 2 local navigators... maybe you could assist me on that?

Hello Alex, why do you have two login pages?

Thats is a requirement for my project. I overcome the issue with some animations and different animated screen, but still would like to know how to have more than one local navigations (if that is possible)