getx
getx copied to clipboard
Navigator 2.0 manual
We definitely need GetX Navigator 2.0 documentation. I can't figure out how to build it. Currently you have only small unclear example, not commented. What are differences with old navigation? How to setup initial route (I can't see where is entrypoint)? How to add a bunch of screens at once? What are these RouterOutlets everywhere? Difference between RouterOutlet and RouterOutlet.builder? A lot of questions.
I am currently working on the documentation, sorry for the delay
any updates?
@vishalJoshiBrainvire I recommend to get rid of GetX. Overrated package with poor quality code (mostly stolen from other packages), performance troubles (some indepentent tests show its "mini-streams" are 3.5x slower than Dart standard notifiers). Author doesn't respond to 600 issues, and hadn't update it for more than a year. And yes, the main downside here is that a Navigator 2.0 is still not production-ready here.
Consider using MobX + auto_route + get_it + slang, it's essentially the same toolset, but well-maintained, and with clean sources.