alert_notification 0.0.5 copy "alert_notification: ^0.0.5" to clipboard
alert_notification: ^0.0.5 copied to clipboard

A simple alert for all the information your user should be notified of.

AlertNotification #

This package shows a simple alert for all the information your user should be notified of.

Default notification #

Default Notification

Outlined notification #

Outlined Notification

Features #

  • Fully customizable notification
  • Outlined version

Upcoming Features #

  • Close button
  • Richtext subtitle to include links
  • Animation on show
  • Animation on hide

Usage #

AlertNotification(
    title: 'Info',
    body: 'You should know this.',
    type: AlertNotificationType.info,
),

AlertNotification.outlined(
    title: 'Info',
    body: 'You should know this.',
    type: AlertNotificationType.info,
),

Additional information #

The Notification will take all available horizontal space.

12
likes
160
pub points
62%
popularity

Publisher

unverified uploader

A simple alert for all the information your user should be notified of.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on alert_notification