vdialog 0.2.4 copy "vdialog: ^0.2.4" to clipboard
vdialog: ^0.2.4 copied to clipboard

Flutter package to show beautiful dialogs with animations as simply as possible.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vdialog

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  vdialog: ^0.2.4

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:vdialog/vdialog.dart';
5
likes
40
pub points
9%
popularity

Publisher

unverified uploader

Flutter package to show beautiful dialogs with animations as simply as possible.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on vdialog