momentum icon indicating copy to clipboard operation
momentum copied to clipboard

MVC pattern for flutter. Works as state management, dependency injection and service locator.

Results 6 momentum issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...