alert_system 0.0.1 copy "alert_system: ^0.0.1" to clipboard
alert_system: ^0.0.1 copied to clipboard

outdated

A Flutter plugin for displaying overlay-based alerts in your application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add alert_system

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  alert_system: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:alert_system/alert_overlay_plugin.dart';
import 'package:alert_system/systems/initializer.dart';
import 'package:alert_system/systems/overlay_manager.dart';
7
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for displaying overlay-based alerts in your application.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bot_toast, flutter, plugin_platform_interface

More

Packages that depend on alert_system