dialogify 1.0.1 copy "dialogify: ^1.0.1" to clipboard
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';
1
likes
160
points
169
downloads
screenshot

Publisher

verified publisherprogrammerhasan.com

Weekly Downloads

A customizable Flutter package to show animated confirmation and info dialogs with gradient backgrounds, blur, and bottom sheet or center position.

Repository (GitHub)
View/report issues

Topics

#flutter #dialogs #confirmation-dialog #info-dialog #animation-dialog

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dialogify