smart_dialogs_plus 0.0.1
smart_dialogs_plus: ^0.0.1 copied to clipboard
A full-featured feedback and dialog toolkit for Flutter, including animated progress dialogs, snackbars, alerts, confirmation dialogs, infinite scroll loaders, and pull-to-refresh support.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add smart_dialogs_plusWith Flutter:
$ flutter pub add smart_dialogs_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
smart_dialogs_plus: ^0.0.1Alternatively, 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_dialogs_plus/smart_dialogs_plus.dart';