rich_alert 0.1.2 copy "rich_alert: ^0.1.2" to clipboard
rich_alert: ^0.1.2 copied to clipboard

outdated

Flutter Alert Dialogs for the "rich". Used for rendering beautiful untraditional alert dialogs in Flutter apps.

rich_alert #

An alert dialog package for the "rich". This package helps you to render an un-traditional alert dialog in your Flutter app 😃

Adding to your flutter project #

Add rich_alert as a dependency in your pubspec.yaml file

rich_alert: ^0.1.2

Use the package #

Import the library in your dart file

import 'package:rich_alert/rich_alert.dart';

Example #

showDialog(
  context: context,
  builder: (BuildContext context) {
    return RichAlertDialog( //uses the custom alert dialog
      alertTitle: title("Alert title"),
      alertSubtitle: richSubtitle("Subtitle"),
      alertType: RichAlertType.WARNING,      
    );
  }
);

Check examples

Screenshots #

Add screenshots here

30
likes
0
pub points
70%
popularity

Publisher

unverified uploader

Flutter Alert Dialogs for the "rich". Used for rendering beautiful untraditional alert dialogs in Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on rich_alert