File tree 3 files changed +3
-9
lines changed 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
- ## 2.1.5-dev
1
+ ## 2.1.5-wip
2
2
3
3
- Added an operator== to Quaternion so that two instances of quaternions can
4
4
be evaluated for equality.
Original file line number Diff line number Diff line change @@ -14,23 +14,17 @@ linter:
14
14
- avoid_classes_with_only_static_members
15
15
- avoid_private_typedef_functions
16
16
- avoid_redundant_argument_values
17
- - avoid_returning_null_for_future
18
17
- avoid_returning_this
19
18
- avoid_unused_constructor_parameters
20
19
- avoid_void_async
21
20
- cancel_subscriptions
22
- - comment_references
23
21
- join_return_with_assignment
24
22
- literal_only_boolean_expressions
25
23
- missing_whitespace_between_adjacent_strings
26
24
- no_adjacent_strings_in_list
27
25
- no_runtimeType_toString
28
26
- package_api_docs
29
- - prefer_const_constructors
30
27
- prefer_expression_function_bodies
31
28
- prefer_final_locals
32
- - prefer_relative_imports
33
- - test_types_in_equals
34
29
- unnecessary_await_in_return
35
30
- use_string_buffers
36
- - use_super_parameters
Original file line number Diff line number Diff line change 1
1
name : vector_math
2
- version : 2.1.5-dev
2
+ version : 2.1.5-wip
3
3
description : A Vector Math library for 2D and 3D applications.
4
4
repository : https://github.com/google/vector_math.dart
5
5
@@ -11,6 +11,6 @@ dev_dependencies:
11
11
build_runner : ^2.0.0
12
12
build_test : ^2.0.0
13
13
build_web_compilers : ^4.0.0
14
- dart_flutter_team_lints : ^1 .0.0
14
+ dart_flutter_team_lints : ^2 .0.0
15
15
path : ^1.8.0
16
16
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments