← All blogs

dust blog

Keep Flutter Deep Links and Routes in Sync

A GoRouter deep-link route beside a Dust AppRoute annotation

Flutter’s navigation guide recommends a Router-based package when an app needs deep links or web URLs. The usual setup keeps the path, parameter parsing, and page wiring in a GoRouter table. Dust keeps the route declaration beside the page and generates the parser, URL round-trip, and navigation helpers. You still own the page and its behavior. Dust handles the repeated route plumbing around it.

Read the Dust routing guide.

#Dust #Routing #Flutter #Dart