material_dialogs 1.1.4 copy "material_dialogs: ^1.1.4" to clipboard
material_dialogs: ^1.1.4 copied to clipboard

A Flutter package aims to help you create animated, simple, stylish Material Dialogs in your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_dialogs

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

dependencies:
  material_dialogs: ^1.1.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:material_dialogs/material_dialogs.dart';
316
likes
130
pub points
96%
popularity

Publisher

verified publisherezaldeensahb.link

A Flutter package aims to help you create animated, simple, stylish Material Dialogs in your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, lottie

More

Packages that depend on material_dialogs