emoji_alert 1.1.0 emoji_alert: ^1.1.0 copied to clipboard
Flutter Emoji Alert, give you the possiblity to create beautiful yet simple alert dialogs and bottom sheet modals
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add emoji_alert
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
emoji_alert: ^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:emoji_alert/emoji_alert.dart';