Skip to content

nk4n01/statemixin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateMixin

A kind of convenience mixin:

  • StateMixin allows you to change the state of the controller, and display a loading, an error message, or a widget you want
  • Dramitically simplify the hadling of Async API call
  • Similar to FutureBuilder/StreamBuilder