h_alert_dialog 1.1.2 copy "h_alert_dialog: ^1.1.2" to clipboard
h_alert_dialog: ^1.1.2 copied to clipboard

flutter alert dialog package to show custom alert dialog box easly and fast

h_alert_dialog #

A new Flutter package project for simple and beautiful dialogs

Usage #

To use this package, add h_alert_dialog as a dependency in your pubspec.yaml file. And add this import to your file.

import 'package:h_alert_dialog/h_alert_dialog.dart';

ScreenShots #

Example #

Code #

HAlertDialog.showCustomAlertBox(
                      context: context,
                      timerInSeconds: 2,
                      backgroundColor: Colors.green,
                      title: 'Success',
                      description: 'The proccess done successfully',
                      icon: Icons.done,
                      iconSize: 32,
                      iconColor: Colors.green,
                      titleFontFamily: 'Raleway',
                      titleFontSize: 22,
                      titleFontColor: Colors.black54,
                      descriptionFontFamily: 'Raleway',
                      descriptionFontColor: Colors.black45,
                      descriptionFontSize: 18,
                    );
6
likes
145
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

flutter alert dialog package to show custom alert dialog box easly and fast

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on h_alert_dialog