versatile_dialogs 0.0.4 copy "versatile_dialogs: ^0.0.4" to clipboard
versatile_dialogs: ^0.0.4 copied to clipboard

A versatile Flutter package that provides customizable dialogs for single and multi-value selection, including lazy loading and various customization options.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add versatile_dialogs

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

dependencies:
  versatile_dialogs: ^0.0.4

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:versatile_dialogs/common/dialog_buttons.dart';
import 'package:versatile_dialogs/common/multi_dialog_selection_type.dart';
import 'package:versatile_dialogs/lazy_multi_value_picker_dialog.dart';
import 'package:versatile_dialogs/lazy_single_value_picker_dialog.dart';
import 'package:versatile_dialogs/loading_dialog.dart';
import 'package:versatile_dialogs/multi_value_picker_dialog.dart';
import 'package:versatile_dialogs/primary_dialog.dart';
import 'package:versatile_dialogs/single_value_picker_dialog.dart';
5
likes
150
points
17
downloads

Documentation

API reference

Publisher

verified publishershanmugamaasil.com

Weekly Downloads

A versatile Flutter package that provides customizable dialogs for single and multi-value selection, including lazy loading and various customization options.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on versatile_dialogs