dialogify 1.0.1
dialogify: ^1.0.1 copied to clipboard
A customizable Flutter package to show animated confirmation and info dialogs with gradient backgrounds, blur, and bottom sheet or center position.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dialogify
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dialogify: ^1.0.1
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:dialogify/dialogify.dart';