We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dd22a commit bbea830Copy full SHA for bbea830
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 3.0.0-nullsafety.0
11
12
- Initial null safe release
pubspec.yaml
@@ -1,13 +1,12 @@
name: queue
description: Queue up futures from multiple sources and await their return anywhere in your code.
-version: 3.0.0-nullsafety.0
+version: 3.4.0
homepage: https://github.com/rknell/dart_queue
repository: https://github.com/rknell/dart_queue
environment:
- sdk: ">=2.12.0-0 <3.0.0"
+ sdk: ">=2.12.0 <4.0.0"
dev_dependencies:
- extra_pedantic: 1.3.0
- pedantic: 1.10.0
13
test: ^1.16.3
+ lints: ^2.0.1
0 commit comments