File tree 4 files changed +9
-9
lines changed 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- sdk : [3.0.0 , dev]
17
+ sdk : [3.1 , dev]
18
18
19
19
steps :
20
20
# These are the latest versions of the github actions; dependabot will
Original file line number Diff line number Diff line change 4
4
- Fixed ` Matrix3.rotationY ` direction (Contributed by tlserver, moritzblume)
5
5
- Added an operator== to Quaternion so that two instances of quaternions can
6
6
be evaluated for equality.
7
- - Require Dart 3.0
7
+ - Require Dart 3.1
8
8
9
9
## 2.1.4
10
10
Original file line number Diff line number Diff line change 3
3
// license that can be found in the LICENSE file.
4
4
5
5
@Deprecated ('Use Object.hashAll instead' )
6
- library hash ;
6
+ library ;
7
7
8
8
///
9
9
/// Generates a hash code for multiple [objects] .
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ description: A Vector Math library for 2D and 3D applications.
4
4
repository : https://github.com/google/vector_math.dart
5
5
6
6
environment :
7
- sdk : ^3.0 .0
7
+ sdk : ^3.1 .0
8
8
9
9
dev_dependencies :
10
10
benchmark_harness : ^2.0.0
11
- build_runner : ^2.0.0
12
- build_test : ^2.0.0
13
- build_web_compilers : ^4.0.0
14
- dart_flutter_team_lints : ^2 .0.0
11
+ build_runner : ^2.2.1
12
+ build_test : ^2.1.2
13
+ build_web_compilers : ^4.0.3
14
+ dart_flutter_team_lints : ^3 .0.0
15
15
path : ^1.8.0
16
- test : ^1.16.0
16
+ test : ^1.21.6
You can’t perform that action at this time.
0 commit comments