signal_dialog_sequence 0.0.3
signal_dialog_sequence: ^0.0.3 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 Flutter:
$ flutter pub add signal_dialog_sequenceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
signal_dialog_sequence: ^0.0.3Alternatively, 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:signal_dialog_sequence/signal_dialog_sequence.dart';