flutter_empty_state 0.2.0 copy "flutter_empty_state: ^0.2.0" to clipboard
flutter_empty_state: ^0.2.0 copied to clipboard

Lightweight, theme-aware empty, error, no-internet, search-empty and loading state widgets for Flutter. Customizable and dependency-free.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_empty_state

With Flutter:

 $ flutter pub add flutter_empty_state

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_empty_state: ^0.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_empty_state/flutter_empty_state.dart';
1
likes
0
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight, theme-aware empty, error, no-internet, search-empty and loading state widgets for Flutter. Customizable and dependency-free.

Repository (GitHub)
View/report issues

Topics

#ui #widget #empty-state #placeholder #loading

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_empty_state