We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3f0d3 commit d718b03Copy full SHA for d718b03
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## 0.1.0
2
3
-- Initial version
+- Initial version.
4
- Implements `Counter`, `Gauge` and `Histogram`.
5
- Includes a shelf handler to export metrics and a shelf middleware to measure performance.
6
@@ -10,4 +10,8 @@
10
11
## 0.3.0
12
13
-- Implement `Summary` metric type
+- Implement `Summary` metric type.
14
+
15
+## 0.3.0+1
16
17
+- Increase version constraint range on package `collection` to `^1.14.11` to be compatible with flutter.
0 commit comments