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.
Hello there,
During development, the Go router rebuilds the whole widget tree during hot reload. Is this the default behavior or we could avoid it by doing something?
Hello there, During development, the Go router rebuilds the whole widget tree during hot reload. Is this the default behavior or we could avoid it by doing something?