flutter_sqs 1.0.7
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()