0 purchases
the flutter alert
A sample package to display notifications
Usage #
First of all add this import line
import 'package:the_flutter_alert/the_flutter_alert.dart';
copied to clipboard
FlutterAlert.showFlutterAlertNotification(
context,
'Hello World',
type: FlutterAlertType.info,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.