material_dialog 0.0.9 copy "material_dialog: ^0.0.9" to clipboard
material_dialog: ^0.0.9 copied to clipboard

A wrapper on top of alert dialog provided by flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_dialog

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

dependencies:
  material_dialog: ^0.0.9

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:material_dialog/material_dialog.dart';
6
likes
20
pub points
92%
popularity

Publisher

unverified uploader

A wrapper on top of alert dialog provided by flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on material_dialog