flutter_state_view 0.0.4 copy "flutter_state_view: ^0.0.4" to clipboard
flutter_state_view: ^0.0.4 copied to clipboard

outdated

flutter state view with loading,empty,error show

flutter_state_view #

flutter state view with loading,empty,error show

使用方法:

    StateView(
      state: state,
      loadingLabel:'加载中...',
      emptyLabel: '空空如也',
      errorLabel: '我错了',
      onRetry: this.onRetry,
      child: Text('成功页面!'),
    ),

效果图如下:
image image image

Getting Started #

2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

flutter state view with loading,empty,error show

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_state_view