Flutter Navigator 2.0

Nov 8 2022 · Dart 2.17.3, Flutter 3.0.2, Android Studio 2020.3

Part 4: Deep Links & Web Urls

23. Check the Deep Links & Remove # Symbol

Episode complete

About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 22. Support Web Url

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Notes: 23. Check the Deep Links & Remove # Symbol

Where to Go From Here?

  • go_route - with flutter 3.3.0 update, flutter now officially supports the go_route package.
  • Beamer and auto_route are two other packages that can be used to manage the navigation in flutter. Beamer is a package that is used to manage the navigation in flutter web. Auto_route is a package that is used to manage the navigation in flutter web and mobile.
  • Flutter Official Docs for Route and navigation- https://flutter.dev/docs/development/ui/navigation.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

So our app is ready and if test it now it will work as intended on iOS, Android and Web. You guys can give this app a try and check weather this App runs as intended. Now let us check some of the deepLinks that we will writing and checking with our app.


 ~/Library/Android/sdk/platform-tools/adb shell am start -a android.intent.action.VIEW \
   -c android.intent.category.BROWSABLE \
   -d 'localhost:52063/book?id=1'