The purpose of the go_router for Flutter is to use declarative routes to reduce complexity, regardless of the platform you're targeting (mobile, web, desktop), handling deep linking from Android, iOS and the web while still allowing an easy-to-use developer experience.
Hi @csells,
ty for the awesome package.
I recently started using
go_router
on a mobile app and i have some issues with deep linking to a screen using query parameters.This works:
xcrun simctl openurl booted customscheme://example.com/
Using query parameters doesn't:
I image this is a pretty useful case. Is there a way to handle deep linking using query params?
Navigating in the app to
/?tab=1
is working correctly.