Skip to content

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

License

Notifications You must be signed in to change notification settings

guidotheelen/alert_notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published