Matt has been a Flutter developer since 2019 and immediately started sharing his knowledge with others by creating high-quality tutorials. He’s especially interested in writing beautiful, clean and maintainable code all the while being focused on delivering outstanding apps from the user perspective. He’s now working at LeanCode, developing apps for scale-ups and enterprises.
Matej Rešetár
Flutter Developer @ LeanCode, Founder @ Reso Coder
Navigation in Flutter – the not-so-obvious parts
Navigation between screens is an inseparable part of Flutter app development. However, such a fundamental thing is not so simple once you move beyond the absolute basics. You have the imperative Navigator 1.0 and declarative Navigator 2.0. Many different packages provide their own implementation and flavor to the declarative navigator - which one to choose? How to deal with, for example, nested routes? In this talk, you’re going to learn best practices and tips on how to navigate the vast world of navigation in Flutter.