We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659e759 commit f9a80d9Copy full SHA for f9a80d9
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.2
2
+
3
+- Increase dependency range of `characters` to include `1.0.0`
4
5
## 0.4.1
6
7
- [PR-84](https://github.com/leisim/dartx/pull/84) Increase `path` version range to be compatible with Flutter 1.17
pubspec.yaml
@@ -1,6 +1,6 @@
name: dartx
description: Superpowers for Dart. Collection of useful static extension methods.
-version: 0.4.1
+version: 0.4.2
homepage: https://github.com/leisim/dartx
environment:
@@ -10,7 +10,7 @@ dependencies:
10
collection: ">=1.14.11 <1.15.0"
11
path: ^1.6.2
12
crypto: ">=2.1.0 <2.2.0"
13
- characters: ">=0.4.0 <1.0.0"
+ characters: ">=0.4.0 <2.0.0"
14
time: ^1.2.0
15
16
dev_dependencies:
0 commit comments