layerman 0.2.0 copy "layerman: ^0.2.0" to clipboard
layerman: ^0.2.0 copied to clipboard

Headless overlay queue orchestrator: serial one-at-a-time queueing with priority, replace, overlap, conditions, cooldown and two-phase close; renders through any UI backend (showDialog / GetX / bot_to [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add layerman

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

dependencies:
  layerman: ^0.2.0

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:layerman/layerman.dart';
0
likes
150
points
358
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Headless overlay queue orchestrator: serial one-at-a-time queueing with priority, replace, overlap, conditions, cooldown and two-phase close; renders through any UI backend (showDialog / GetX / bot_toast / your own).

Homepage
Repository (GitHub)
View/report issues

Topics

#overlay #dialog #toast #queue #snackbar

License

MIT (license)

Dependencies

flutter

More

Packages that depend on layerman