jonataslaw / getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
MIT License
10.37k stars 1.62k forks source link

[Nav2.0] Documentation? #1643

Open jasonlaw opened 3 years ago

jasonlaw commented 3 years ago

Hi @ahmednfwela, @jonataslaw ,

Will we expect a documentation for the Navigator 2.0? I have a hard time to understand the Router Outlet, participatesInRootNavigator and etc..

Thanks for the great work!

ahmednfwela commented 3 years ago

I was thinking of writing a medium article after the new changes are pushed

balazsbokanyi commented 3 years ago

Hello, can you give an estimate of when will the documentation/medium article be available?

ahmednfwela commented 3 years ago

First, I need to make some fixes and customization to the current router delegate and routes, e.g. https://github.com/jonataslaw/getx/pull/1722 meanwhile, you can see the example https://github.com/jonataslaw/getx/tree/master/example_nav2

balazsbokanyi commented 3 years ago

I have seen the example, but I did not want to dig deep into it if there is proper documentation on the horizon. Thanks anyway!

SogoGolf commented 3 years ago

hi, any eta on docs (incl examples) for navigator 2 support ? we really need this in our app and want to stick with GetX for nav (love it :-)

christinFu1723 commented 2 years ago

so,where is the document for getRouterOutlet?