0 purchases
alert notification
AlertNotification #
This package shows a simple alert for all the information your user should be
notified of.
Default 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,
),
copied to clipboard
Additional information #
The Notification will take all available horizontal space.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.