How to use auto router in Flutter | Flutter Navigation and Routing

Published: 12 August 2024
on channel: AI with Flutter
2,977
61

In this video, you will learn how to route between screens using auto route package in flutter. Auto Route is Flutter navigation package that allows for strongly-typed arguments passing, effortless deep-linking and code generation to simplify routes setup. This tutorial will go through auto route package step by step from scratch. It's totally beginner friendly. Watch the video for more implementation details !

If you enjoyed this video be sure to give it a like and subscribe for more!

Subscribe to our channel 👉 https://shorturl.at/uCET4

📚 Packages :
https://pub.dev/packages/auto_route

⏳ TIMESTAMPS :
00:00 Project Intro
00:08 Install Auto Route Package
00:51 Create AppRouter Class
2:22 Run build runner command
2:39 Explore generated file
3.25 How to add routes
5:32 Initialize AppRouter
6:22 Navigate in AutoRoute
6:42 Pop screen in AutoRoute
6:58 Final Demo
7:16 Routing with arguments


#flutter #flutterpackage #fluttertutorialforbeginners