app_dialog 1.1.0 copy "app_dialog: ^1.1.0" to clipboard
app_dialog: ^1.1.0 copied to clipboard

Flutter package to show beautiful dialogs with animations as simply as possible (from awesomeDialogs).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_dialog

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

dependencies:
  app_dialog: ^1.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:app_dialog/app_dialog.dart';
7
likes
110
pub points
26%
popularity

Publisher

unverified uploader

Flutter package to show beautiful dialogs with animations as simply as possible (from awesomeDialogs).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flare_flutter, flutter, simple_animations

More

Packages that depend on app_dialog