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

A Flutter package for showing customizable animated dialogs, alerts, snackbars, and loaders with Lottie support.

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  smart_progress_dialog: ^0.0.8

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

Publisher

verified publisherakika.digital

Weekly Downloads

A Flutter package for showing customizable animated dialogs, alerts, snackbars, and loaders with Lottie support.

Repository (GitHub)
View/report issues

Topics

#flutter #dialogs #progress #snackbar #alerts

Documentation

API reference

License

MIT (license)

Dependencies

flutter, lottie

More

Packages that depend on smart_progress_dialog