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

A Flutter plugin for displaying overlay-based alerts in your application. These overlay have complete control over the system

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.4

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';
5
likes
130
pub points
38%
popularity

Publisher

unverified uploader

A Flutter plugin for displaying overlay-based alerts in your application. These overlay have complete control over the system

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bot_toast, flutter, plugin_platform_interface

More

Packages that depend on alert_system