dialog_queue 1.0.1 copy "dialog_queue: ^1.0.1" to clipboard
dialog_queue: ^1.0.1 copied to clipboard

A dialog queue for you to manage your dialogs to display on flutter platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dialog_queue
copied to clipboard

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

dependencies:
  dialog_queue: ^1.0.1
copied to clipboard

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:dialog_queue/dialog_queue.dart';
copied to clipboard
9
likes
110
points
578
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

A dialog queue for you to manage your dialogs to display on flutter platform.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

equatable, flutter, uuid

More

Packages that depend on dialog_queue