vk_alert_dialog 0.0.5 copy "vk_alert_dialog: ^0.0.5" to clipboard
vk_alert_dialog: ^0.0.5 copied to clipboard

Flutter package to display simple alert dialoges with different types, like SUCCESS, ERROR and INFO.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vk_alert_dialog

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

dependencies:
  vk_alert_dialog: ^0.0.5

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

Publisher

unverified uploader

Flutter package to display simple alert dialoges with different types, like SUCCESS, ERROR and INFO.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on vk_alert_dialog