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

outdated

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

vDialog #

A new Flutter package project for simple and semantic way to fill the content inside the dialog.

🎖 Installing #

To use this package, add vDialog as a dependency in your pubspec.yaml file.

  1. install
    dependencies:
      vdialog: ^0.1.0
  1. import
    import 'package:vdialog/vdialog.dart';

Example #

    showDialog(
          barrierDismissible: false,
          context: context,
          builder: (BuildContext ctx) => CustomDialog(
            title: "Error",
            buttonOne: this._buttonOne,
            buttonTwo: this._buttonTwo,
            buttonOneText: "retry",
            buttonTwoText: "close",
            content: "server not found!!",
            showButtonOne: true,
            showButtonTwo: true,
          ),
        );

sample

5
likes
0
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on vdialog