We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f0c6a commit 43708f2Copy full SHA for 43708f2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.9.0]
2
+
3
+* Added `average` method to `Iterable`.
4
5
## [0.8.1]
6
7
* Added stricter type checks.
pubspec.yaml
@@ -3,7 +3,7 @@
# license that can be found in the LICENSE file.
name: basics
-version: 0.8.1
+version: 0.9.0
description: A Dart library containing convenient extension methods on basic Dart objects.
8
repository: https://github.com/google/dart-basics
9
0 commit comments