empty_widget 0.0.1-dev.2 copy "empty_widget: ^0.0.1-dev.2" to clipboard
empty_widget: ^0.0.1-dev.2 copied to clipboard

outdated

Custom_Empty widget is developed to show on custom empty widget when there is no data available i.e in place of empty list

Usage #

1. Add library to your pubspec.yaml #

latest version: pub package

dependencies:
  empty_widget: ^0.0.1-dev.1 # such as version, you need use the latest version of pub.

2. Import library in dart file #

import 'package:empty_widget.dart';

3. Use of EmptyListWidget #

EmptyListWidget(
  /// set toast style, optional
  title:'Add title here',
  subTitle:'Add Subtitle here',
  image:'Give image path here'
);
63
likes
0
pub points
92%
popularity

Publisher

unverified uploader

Custom_Empty widget is developed to show on custom empty widget when there is no data available i.e in place of empty list

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on empty_widget