pd_load_state 0.2.0
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_stateThis 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.0Alternatively, 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';