From 151be56c10d69f3e793b040501a10fb373611f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Lovni=C4=8Dki?= Date: Tue, 16 Feb 2021 00:52:47 +0100 Subject: [PATCH 1/2] Added Beamer package to Navigation section --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 4d6d461..5541d2a 100644 --- a/source.md +++ b/source.md @@ -262,6 +262,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante) - [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://pub.dev/packages/beamer) - Route through guarded page stacks and URLs using the Navigator 2.0 API effortlessly by [Sandro Lovnički](https://github.com/slovnicki) ### Auth From f86bdaac865d13dc10145995ba0197a0ecfebbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Lovni=C4=8Dki?= Date: Wed, 17 Feb 2021 15:19:03 +0100 Subject: [PATCH 2/2] Change link to GitHub instead of pub.dev --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 5541d2a..b4344e9 100644 --- a/source.md +++ b/source.md @@ -262,7 +262,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante) - [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://pub.dev/packages/beamer) - Route through guarded page stacks and URLs using the Navigator 2.0 API effortlessly by [Sandro Lovnički](https://github.com/slovnicki) +- [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) ### Auth