rich_alert

Creator: coderz1093

Last updated:

0 purchases

rich_alert Image
rich_alert Images
Add to Cart

Description:

rich alert

rich_alert #
An alert dialog package for the "rich". This package helps you to render an un-traditional alert dialog in your Flutter app 😃
Support #
This package supports usage on both Android and iOS builds.
Adding to your flutter project #
Add rich_alert as a dependency in your pubspec.yaml file
rich_alert: ^0.1.32
copied to clipboard
Use the package #
Import the library in your dart file
import 'package:rich_alert/rich_alert.dart';
copied to clipboard
Example #
showDialog(
context: context,
builder: (BuildContext context) {
return RichAlertDialog( //uses the custom alert dialog
alertTitle: richTitle("Alert title"),
alertSubtitle: richSubtitle("Subtitle"),
alertType: RichAlertType.WARNING,
);
}
);
copied to clipboard
Check examples
Screenshots #

License

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

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator