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

A Flutter plugin to trigger native alert and confirm dialogs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_dialog

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

dependencies:
  native_dialog: ^0.1.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:native_dialog/native_dialog.dart';
8
likes
130
pub points
73%
popularity

Publisher

unverified uploader

A Flutter plugin to trigger native alert and confirm dialogs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on native_dialog