nubank / nuvigator

A powerful routing abstraction over Flutter Navigator, with nested Navigator and Deeplinks
Apache License 2.0
277 stars 33 forks source link

Changes to explain better a usage of nuvigator #66

Closed Leomhl closed 3 years ago

Leomhl commented 3 years ago

With these changes, novice users can better understand how to use nuvigator from scratch. For those who have never used it before, the example "sample" can become a bit confusing because it does not correctly explain the import part of the generated file and how to generate this file. If we explain just at the end of README.md how to use build_runner, the rest of the information ends up shuffling the understanding of how to create a simple route scheme. As it is now, beginners and advanced users can understand, thus, making the documentation more accessible.