pl_notifications 0.0.3+1 copy "pl_notifications: ^0.0.3+1" to clipboard
pl_notifications: ^0.0.3+1 copied to clipboard

A service to display notifications on the screen using overlays.

Buy Me A Coffee

pl_notifications #

A service class to display overlay notifications like toasts but with custom widgets.

Getting Started #

Just install the package on the pubspec.yaml file, run the flutter packages get command, for importing the package and use just like so

PlNotifications.showMessage(
    context,
    Text('A title'),
    subtitle: Text('A subtitle'),
    Duration(seconds: 5),
    icon: Icon(Icons.error),
);

Screenshots

2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A service to display notifications on the screen using overlays.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pl_notifications