momentum
momentum copied to clipboard
MVC pattern for flutter. Works as state management, dependency injection and service locator.
I updated my flutter sdk to sdk: ">=2.15.1
Hi! Is there any way to handle some kind of "guard" for routing? How to handle token expiration? Right now the only solution is to check whether the token has...
Hello, As the title says I am wondering if you'd vouch for this package to be production ready. I have to say that after reading through the documentation I am...
Unfortunately, it isn't totally clear what the parameters do. It would be great to explain it better in the code docs. ```dart /// Configure your app with [Momentum] root widget....
Flutter for web matches the names of the routes to the URL in the browser. I didn't find any information how to use named routes in Momentum. Does it support...