File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.4.0
4+
5+ - Added ability to add items to the front of the queue (renamed from needsPriority to addToFront for clarity)
6+ - Fixed obsolete imports in README examples
7+
8+ ## 3.3.0+2
9+
310## 3.0.0-nullsafety.0
411
512- Initial null safe release
Original file line number Diff line number Diff line change 11name : queue
22description : Queue up futures from multiple sources and await their return anywhere in your code.
3- version : 3.0.0-nullsafety .0
3+ version : 3.4 .0
44homepage : https://github.com/rknell/dart_queue
55repository : https://github.com/rknell/dart_queue
66
77environment :
8- sdk : " >=2.12.0-0 <3 .0.0"
8+ sdk : " >=2.12.0 <4 .0.0"
99
1010dev_dependencies :
11- extra_pedantic : 1.3.0
12- pedantic : 1.10.0
1311 test : ^1.16.3
12+ lints : ^2.0.1
You can’t perform that action at this time.
0 commit comments