lovelydialogs 0.1.0 copy "lovelydialogs: ^0.1.0" to clipboard
lovelydialogs: ^0.1.0 copied to clipboard

A set of simple wrapper classes that are aimed to help you easily create fancy material dialogs

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lovelydialogs

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

dependencies:
  lovelydialogs: ^0.1.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:lovelydialogs/lovely_choice_dialog.dart';
import 'package:lovelydialogs/lovely_custom_dialog.dart';
import 'package:lovelydialogs/lovely_dialogs.dart';
import 'package:lovelydialogs/lovely_info_dialog.dart';
import 'package:lovelydialogs/lovely_progress_dialog.dart';
import 'package:lovelydialogs/lovely_text_input_dialog.dart';
10
likes
40
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A set of simple wrapper classes that are aimed to help you easily create fancy material dialogs

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on lovelydialogs