flutter_sqs 1.0.7 copy "flutter_sqs: ^1.0.7" to clipboard
flutter_sqs: ^1.0.7 copied to clipboard

A Dart Simple Queue System based on ChangeNotifier

1.0.0 #

  • Created single and broadcast queues.

1.0.1 #

  • Added priority capability to the queues

1.0.2 #

  • fixed unhandled exception when no priority is set

1.0.3 #

  • Added the possibility to make the queue exclusive with keyed items

1.0.4 #

  • Removed the need to make the queue exclusive to check for keys
  • Improved lifecycle handling

1.0.5 #

  • Improved queue item sorting when no priority is provided

1.0.6 #

  • Made QueueItem an Equatable
  • Fixed some weird queue behaviors

1.0.7 #

  • Fixed red error screen when calling removeListener()
2
likes
140
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart Simple Queue System based on ChangeNotifier

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

equatable, flutter

More

Packages that depend on flutter_sqs