dialog_utils 0.0.2 copy "dialog_utils: ^0.0.2" to clipboard
dialog_utils: ^0.0.2 copied to clipboard

Reusable Flutter dialogs with theme and subclass customization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dialog_utils

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

dependencies:
  dialog_utils: ^0.0.2

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:dialog_utils/dialog_utils.dart';
0
likes
160
points
109
downloads

Documentation

API reference

Publisher

verified publishernessoftware.com

Weekly Downloads

Reusable Flutter dialogs with theme and subclass customization.

Repository (GitHub)
View/report issues

Topics

#dialogs #flutter #material #theming #ui

License

MIT (license)

Dependencies

flutter, result_utils

More

Packages that depend on dialog_utils