sm_dialog 3.2.3 copy "sm_dialog: ^3.2.3" to clipboard
sm_dialog: ^3.2.3 copied to clipboard

Flutter package to show beautiful dialogs(INFO,QUESTION,WARNING,SUCCESS,ERROR) with animations as simply as possible.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sm_dialog

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

dependencies:
  sm_dialog: ^3.2.3

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:sm_dialog/sm_dialog.dart';
1
likes
160
points
47
downloads

Publisher

verified publisherhassony.com

Weekly Downloads

Flutter package to show beautiful dialogs(INFO,QUESTION,WARNING,SUCCESS,ERROR) with animations as simply as possible.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, rive

More

Packages that depend on sm_dialog