empty_view 2.1.1 copy "empty_view: ^2.1.1" to clipboard
empty_view: ^2.1.1 copied to clipboard

A powerful Flutter package for displaying beautiful empty state views with animations, Lottie support, presets, shimmer loading, dark mode, and accessibility features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add empty_view

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

dependencies:
  empty_view: ^2.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:empty_view/empty_view.dart';
3
likes
160
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter package for displaying beautiful empty state views with animations, Lottie support, presets, shimmer loading, dark mode, and accessibility features.

Repository (GitHub)
View/report issues

Topics

#widget #ui #empty-state #placeholder #animation

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, lottie, shimmer

More

Packages that depend on empty_view