A sample package to display notifications
Usage
First of all add this import line
import 'package:the_flutter_alert/the_flutter_alert.dart';
FlutterAlert.showFlutterAlertNotification(
context,
'Hello World',
type: FlutterAlertType.info,
);