mvi 2.0.0
SDKflutter
Platformandroidioswindowslinuxmacosweb
A Flutter package that applies the MVI architectural pattern to help manage app state and logic in a structured and maintainable way.
example
This is an example application to demonstrate the usage of the mvi package.
https://github.com/user-attachments/assets/3ad2013c-51a2-4484-82d1-f40d26b85860
This video demonstrates a sample app with a login flow. The first login attempt fails, and the second one succeeds. After a successful login, a list of posts is displayed.