h_alert_dialog

Creator: coderz1093

Last updated:

Add to Cart

Description:

h alert dialog

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';
copied to clipboard
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,
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.