Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 267 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 267 Bytes

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