state/fun_state library

@author phoenixsky @date 2021/5/20 @email moran.fc@gmail.com @github https://github.com/phoenixsky @group fun flutter

Classes

FunStateActionController<T>
动作类管理器 主要用于按钮点击等触发动作 : 登录等
FunStateBaseListController<T>
列表类状态管理
FunStateError
FunStateListController<T>
列表类状态管理
FunStateListRefresherController<T>
FunStateMixinController
基础状态管理
FunStateObx
响应式
FunStateRefresherObx<T>
支持下拉刷新和上拉加载更多
FunStateStatus

Mixins

FunStateMixin
StateMixin包装类 为了简化change代码

Typedefs

FunStateBuilder = Widget Function()
FunStateErrorBuilder = Widget? Function(FunStateError error)