You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MetroService - new addToRouter & addToConfig methods to allow you to manipulate config files.
NyTemplate class added for building pre-made templates.
Helper added for the Backpack class to return an instance of Nylo easier.
initialRoute added to Nylo class.
New boot() async {} added to NyState widget. If you override this method and call an async method, it will allow you to use the afterLoad(child: () => MyWidget()) helper to display a loader until the async method completes.
Merge PR #20 from youssefKadaouiAbbassi that adds the ability to retrieve query parameters from the Navigator
e.g. "/my-page?hello=world" = {"hello": "world"}