Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/slovnicki/beamer

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
https://github.com/slovnicki/beamer

flutter flutter-router navigator router

Last synced: about 2 months ago
JSON representation

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.

Lists

README

        


favorite




beamer.dev


pub




Awesome Flutter


GitHub commit activity
GitHub Repo stars
GitHub forks


GitHub closed issues
GitHub closed pull requests


GitHub contributors
Discord


Buy Me A Coffee

A Flutter package to help you handle your application routing on all platforms. Beamer uses the power of [Router](https://api.flutter.dev/flutter/widgets/Router-class.html) and implements all the underlying logic for you, letting you explore arbitrarily complex navigation scenarios with ease. To find out more, follow these links:

- [Beamer on pub.dev](https://pub.dev/packages/beamer)
- [Package Source Code and Documentation](https://github.com/slovnicki/beamer/tree/master/package)
- [Beamer Website](https://beamer.dev/)
- [Examples of Using Beamer](https://github.com/slovnicki/beamer/tree/master/examples)
- Articles and Videos
- [Flutter Original - pair programming with Majid](https://www.youtube.com/watch?v=r7zFewwsXqU)
- [Beamer v1.0.0](https://medium.com/flutter-community/beamer-v1-0-0-is-out-whats-new-and-how-to-migrate-b251b3758e3c)
- ["Navigator 2.0" and Beamer](https://github.com/slovnicki/beamer/blob/master/resources/navigator-2.0-and-beamer.pdf) (slides from [Flutter ZG Meetup](https://www.meetup.com/Flutter-ZG/))
- [Router; Problems and Solutions](https://github.com/slovnicki/flutter-festival-london) (slides from [Flutter Festival London talk](https://youtu.be/j_0DoJBj42k?t=19595))
- [Explaining Flutter Nav 2.0 and Beamer](https://tobycetera.medium.com/explaining-flutter-navigator-2-0-f357509735e5)
- [Finally, A Better Navigator 2.0 | Beamer Package Tutorial](https://www.youtube.com/watch?v=9kIS_MUWuPA)


Nested navigation
Bottom navigation
Multiple Beamers