smart_progress_dialog 0.0.2 copy "smart_progress_dialog: ^0.0.2" to clipboard
smart_progress_dialog: ^0.0.2 copied to clipboard

A customizable Flutter dialog widget for showing animated progress, success, failure, and warning states with optional controller support, pull-to-refresh, and infinite scroll integration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_progress_dialog

With Flutter:

 $ flutter pub add smart_progress_dialog

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

dependencies:
  smart_progress_dialog: ^0.0.2

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:smart_progress_dialog/smart_progress_dialog.dart';
3
likes
0
points
48
downloads

Publisher

verified publisherakika.digital

Weekly Downloads

A customizable Flutter dialog widget for showing animated progress, success, failure, and warning states with optional controller support, pull-to-refresh, and infinite scroll integration.

Repository (GitHub)
View/report issues

Topics

#flutter #dialogs #progress #snackbar #alerts

License

unknown (license)

Dependencies

flutter, lottie

More

Packages that depend on smart_progress_dialog