We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 789dfe2 + beaf055 commit 14549beCopy full SHA for 14549be
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.2+1
2
+
3
+- Support the `package:collection` `^1.14.11`.
4
5
## 0.4.2
6
7
- Increase dependency range of `characters` to include `1.0.0`
pubspec.yaml
@@ -1,13 +1,13 @@
name: dartx
description: Superpowers for Dart. Collection of useful static extension methods.
-version: 0.4.2
+version: 0.4.2+1
homepage: https://github.com/leisim/dartx
environment:
sdk: ">=2.6.0 <3.0.0"
8
9
dependencies:
10
- collection: ">=1.14.11 <1.15.0"
+ collection: ^1.14.11
11
path: ^1.6.2
12
crypto: ">=2.1.0 <2.2.0"
13
characters: ">=0.4.0 <2.0.0"
0 commit comments