dialogx 1.0.0 copy "dialogx: ^1.0.0" to clipboard
dialogx: ^1.0.0 copied to clipboard

Dialogs is a Flutter package that provides an easy way to display dialogs and toasts in your Flutter app. With Dialogs, you can save time and effort by avoiding boilerplate code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dialogx

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

dependencies:
  dialogx: ^1.0.0

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:dialogx/dialogx.dart';
2
likes
160
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Dialogs is a Flutter package that provides an easy way to display dialogs and toasts in your Flutter app. With Dialogs, you can save time and effort by avoiding boilerplate code.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dialogx