flutter_state_render_dialog 1.0.0
flutter_state_render_dialog: ^1.0.0 copied to clipboard
FlutterStateRenderDialog is a library that provides a set of customizable dialogs for rendering different states in a Flutter application, such as loading, error, and success states.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_state_render_dialogThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_state_render_dialog: ^1.0.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:flutter_state_render_dialog/flutter_state_render_dialog.dart';