wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

Navigation from model #50

Open stephio opened 3 years ago

stephio commented 3 years ago

First of all thank you very much for this great project! It is a great resource to understand riverpod and learn the techniques, I just have a very basic and beginner question: at the current state of your project is there a way to navigate from any of your models to a different view or it requires some sort of implementation?

Thank you!