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 af41953 commit f9a4b82Copy full SHA for f9a4b82
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v 2.1.0-nullsafety.3
2
+
3
+* Allow 2.10 stable and 2.11.0 dev SDK versions.
4
5
## v 2.1.0-nullsafety.2
6
7
* Update for the 2.10 dev sdk.
pubspec.yaml
@@ -1,11 +1,11 @@
name: vector_math
-version: 2.1.0-nullsafety.2
+version: 2.1.0-nullsafety.3
description: A Vector Math library for 2D and 3D applications.
homepage: https://github.com/google/vector_math.dart
environment:
# This must remain a tight constraint until nnbd is stable
8
- sdk: '>=2.10.0-0 <2.10.0'
+ sdk: '>=2.10.0-0 <2.11.0'
9
10
dev_dependencies:
11
benchmark_harness: any
0 commit comments