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
