This repository was created thinking create a example for each different feature of Nuvigator, a framework to manage routes on Flutter framework.
Please, help us to improve this repository. Together we're better! :)
Não manja de inglês? Leia o README em português!
We organize the repository in some projects, are they:
- Simple implementation
- The simple implementation It consists in the most basic example suggested on documentation of Nuvigator.
- Simple nuroute implementation
- The simple nuroute implementation It consists in the most basic complete example suggested on documentation of Nuvigator. Basically this is a personalization of the route using instances of
NuRoute
andNurouter
.
- The simple nuroute implementation It consists in the most basic complete example suggested on documentation of Nuvigator. Basically this is a personalization of the route using instances of
- Simple route parameters implementation
- The simple implementation of passing parameters by route consists of the multiple ways of passing parameters between application screens that nuvigator provides.
- Nested nuvigators
- The nested nuvigators (nested nuvigators) implementation details how to create multiple streams in the application and link them together so that a modular design can have its navigation flow concentrated in each module but communicating with the entire application.
Below we list the plugins used in the projects.