This package shows a simple alert for all the information your user should be notified of.
- Fully customizable notification
- Outlined version
- Close button
- Richtext subtitle to include links
- Animation on show
- Animation on hide
AlertNotification(
title: 'Info',
body: 'You should know this.',
type: AlertNotificationType.info,
),
AlertNotification.outlined(
title: 'Info',
body: 'You should know this.',
type: AlertNotificationType.info,
),
The Notification will take all available horizontal space.