layerman 0.2.0
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 layermanThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
layerman: ^0.2.0Alternatively, 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';