antinvestor_ui_queuestore 0.1.1
antinvestor_ui_queuestore: ^0.1.1 copied to clipboard
Queue management UI for Antinvestor. Screens, widgets, providers, and routing for the Queue REST API — queue definitions, items, counters, and live statistics.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add antinvestor_ui_queuestoreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
antinvestor_ui_queuestore: ^0.1.1Alternatively, 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:antinvestor_ui_queuestore/antinvestor_ui_queuestore.dart';