smart_progress_dialog 0.0.6 copy "smart_progress_dialog: ^0.0.6" to clipboard
smart_progress_dialog: ^0.0.6 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 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.6

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 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

License

unknown (license)

Dependencies

flutter, lottie

More

Packages that depend on smart_progress_dialog