A package to display alert in flutter app
More...
A sample package to display notifications
First of all add this import line
import 'package:the_flutter_alert/the_flutter_alert.dart';
FlutterAlert.showFlutterAlertNotification( context, 'Hello World', type: FlutterAlertType.info, );
unverified uploader
Homepage
API reference
MIT (license)
flutter
Packages that depend on the_flutter_alert
Back