signal_dialog_sequence 0.0.1 copy "signal_dialog_sequence: ^0.0.1" to clipboard
signal_dialog_sequence: ^0.0.1 copied to clipboard

Control dialog display order with signal-based sequences in Flutter, keeping dialogs in a fixed step order even when async tasks finish out of order.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add signal_dialog_sequence

With Flutter:

 $ flutter pub add signal_dialog_sequence

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

dependencies:
  signal_dialog_sequence: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:signal_dialog_sequence/signal_dialog_sequence.dart';
0
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Control dialog display order with signal-based sequences in Flutter, keeping dialogs in a fixed step order even when async tasks finish out of order.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on signal_dialog_sequence