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.
1 parent a3c5ebb commit a4eff91Copy full SHA for a4eff91
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [0.2.2] - 2020-05-02
2
+
3
+* Bumped down the quiver dependency version to 2.0.5 to be compatible
4
+ with the current stable channel of the Flutter SDK
5
6
## [0.2.1] - 2020-04-29
7
8
* Fixed IntervalTree.contains()
pubspec.yaml
@@ -1,5 +1,5 @@
name: interval_tree
-version: 0.2.1
+version: 0.2.2
description: >-
A non-overlapping interval tree with support for calculating unions,
intersections, and differences between individual intervals and entire
@@ -12,7 +12,7 @@ environment:
12
sdk: ">=2.7.0 <3.0.0"
13
dependencies:
14
meta: ^1.1.8
15
- quiver: ^2.1.3
+ quiver: ^2.0.5
16
dev_dependencies:
17
test: ^1.14.2
18
test_coverage: ^0.4.1
0 commit comments