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

A Flutter plugin for network request state management with enhanced UI design, animations, and multi-platform support. Easily add loading, error, empty, and success states to your widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pd_load_state

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

dependencies:
  pd_load_state: ^0.2.0

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:pd_load_state/pd_load_state.dart';
1
likes
135
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for network request state management with enhanced UI design, animations, and multi-platform support. Easily add loading, error, empty, and success states to your widgets.

Homepage
Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pd_load_state