From 1b9084908e7f92937f75a1eec24cea5b556a57d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eligio=20Mari=C3=B1o?= Date: Thu, 9 Dec 2021 19:24:58 +0100 Subject: [PATCH] add go_router in Navigation category --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 3ec0e2f..8927247 100644 --- a/source.md +++ b/source.md @@ -282,6 +282,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Deep Link Navigation](https://github.com/Dennis-Krasnov/Flutter-Deep-Link-Navigation) - Elegant abstraction for complete deep linking navigation in Flutter by [Dennis Krasnov](https://denniskrasnov.com) - [Get](https://github.com/jonataslaw/get) - Navigate between screens & display snackbars/dialogs/bottomSheets without context by [Jonny Borges](https://github.com/jonataslaw) - [Beamer](https://github.com/slovnicki/beamer) - Route through guarded page stacks and URLs using the Navigator 2.0 API effortlessly by [Sandro Lovnički](https://github.com/slovnicki) +- [go_router](https://github.com/csells/go_router) - 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. [Chris Sells](https://github.com/csells). ### Auth