Last updated:
0 purchases
flutter empty
A widget that displays states of screen like loadingType, error, empty etc.
Screenshot #
Getting started #
pubspec.yaml
dependencies:
flutter_loadmore_any: <latest_version>
copied to clipboard
Import it
import 'package:flutter_empty/flutter_empty.dart';
copied to clipboard
Usage #
EmptyView(
widget: Text('内容'),
loading: true,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.