We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
collection
^1.17.2
1 parent 1d9bfe9 commit ce9571eCopy full SHA for ce9571e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.8
2
+
3
+- Lower `collection` version constraint to `^1.17.2`
4
5
## 0.0.7
6
7
- Lower `meta` version constraint to `^1.9.0`
pubspec.yaml
@@ -1,7 +1,7 @@
name: octopus
description: "A cross-platform declarative router for Flutter with a focus on state and nested navigation. Made with ❤️ by PlugFox."
-version: 0.0.7
+version: 0.0.8
homepage: https://github.com/PlugFox/octopus
@@ -43,7 +43,7 @@ dependencies:
43
44
# Annotations
45
meta: ^1.9.0
46
- collection: ^1.18.0
+ collection: ^1.17.2
47
48
dev_dependencies:
49
flutter_test:
0 commit comments