the_flutter_alert 0.0.2 copy "the_flutter_alert: ^0.0.2" to clipboard
the_flutter_alert: ^0.0.2 copied to clipboard

A package to display alert in flutter app

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,
    );
2
likes
120
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A package to display alert in flutter app

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on the_flutter_alert