Merge remote-tracking branch 'origin/master' into null_safety
diff --git a/benchmark/matrix4_tween_bench.dart b/benchmark/matrix4_tween_bench.dart
index 7a08cef..0e5265b 100644
--- a/benchmark/matrix4_tween_bench.dart
+++ b/benchmark/matrix4_tween_bench.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math_matrix4_tween_bench;
-
 import 'package:vector_math/vector_math_64.dart';
 import 'package:benchmark_harness/benchmark_harness.dart';
 
diff --git a/benchmark/matrix_bench.dart b/benchmark/matrix_bench.dart
index 20e15ad..c322edf 100644
--- a/benchmark/matrix_bench.dart
+++ b/benchmark/matrix_bench.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math_matrix_bench;
-
 import 'dart:math' as math;
 import 'dart:typed_data';
 import 'package:vector_math/vector_math.dart';
diff --git a/bin/mesh_generator.dart b/bin/mesh_generator.dart
index 7159680..5015bf7 100644
--- a/bin/mesh_generator.dart
+++ b/bin/mesh_generator.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.mesh_generator;
-
 import 'dart:convert';
 import 'package:vector_math/vector_math_geometry.dart';
 
diff --git a/test/aabb2_test.dart b/test/aabb2_test.dart
index 62879f7..7bb4cbb 100644
--- a/test/aabb2_test.dart
+++ b/test/aabb2_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.aabb2_test;
-
 import 'dart:math' as math;
 
 import 'package:test/test.dart';
diff --git a/test/aabb3_test.dart b/test/aabb3_test.dart
index 7d6e6ec..a331bc1 100644
--- a/test/aabb3_test.dart
+++ b/test/aabb3_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.aabb3_test;
-
 import 'dart:typed_data';
 
 import 'package:test/test.dart';
diff --git a/test/colors_test.dart b/test/colors_test.dart
index 41e0fa8..15c5ee9 100644
--- a/test/colors_test.dart
+++ b/test/colors_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.vector_math_test;
-
 import 'package:test/test.dart';
 
 import 'package:vector_math/vector_math.dart';
diff --git a/test/frustum_test.dart b/test/frustum_test.dart
index 35053b0..656603e 100644
--- a/test/frustum_test.dart
+++ b/test/frustum_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.frustum_test;
-
 import 'package:test/test.dart';
 
 import 'package:vector_math/vector_math.dart';
diff --git a/test/geometry_test.dart b/test/geometry_test.dart
index 32887ce..6dc2301 100644
--- a/test/geometry_test.dart
+++ b/test/geometry_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.geometry_test;
-
 import 'dart:typed_data';
 
 import 'package:test/test.dart';
diff --git a/test/matrix2_test.dart b/test/matrix2_test.dart
index 26c02cf..9ca9f7e 100644
--- a/test/matrix2_test.dart
+++ b/test/matrix2_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.matrix2_test;
-
 import 'dart:math' as math;
 
 import 'package:test/test.dart';
diff --git a/test/matrix3_test.dart b/test/matrix3_test.dart
index d3a247e..6ba0c7f 100644
--- a/test/matrix3_test.dart
+++ b/test/matrix3_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.matrix3_test;
-
 import 'dart:math' as math;
 
 import 'package:test/test.dart';
diff --git a/test/matrix4_test.dart b/test/matrix4_test.dart
index 919f436..52caf24 100644
--- a/test/matrix4_test.dart
+++ b/test/matrix4_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.matrix4_test;
-
 import 'dart:math' as math;
 import 'dart:typed_data';
 
diff --git a/test/noise_test.dart b/test/noise_test.dart
index 7f86b22..b6aba27 100644
--- a/test/noise_test.dart
+++ b/test/noise_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.noise_test;
-
 import 'package:test/test.dart';
 
 import 'package:vector_math/vector_math.dart';
diff --git a/test/obb3_test.dart b/test/obb3_test.dart
index 6be1306..2e6b114 100644
--- a/test/obb3_test.dart
+++ b/test/obb3_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.obb3_test;
-
 import 'dart:math' as math;
 
 import 'package:test/test.dart';
diff --git a/test/opengl_matrix_test.dart b/test/opengl_matrix_test.dart
index dcc8c81..e2bedd0 100644
--- a/test/opengl_matrix_test.dart
+++ b/test/opengl_matrix_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.opengl_matrix_test;
-
 import 'dart:math';
 import 'package:test/test.dart';
 
diff --git a/test/plane_test.dart b/test/plane_test.dart
index 7884ac9..747db95 100644
--- a/test/plane_test.dart
+++ b/test/plane_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.plane_test;
-
 import 'package:test/test.dart';
 
 import 'package:vector_math/vector_math.dart';
diff --git a/test/quad_test.dart b/test/quad_test.dart
index 8fdbe9a..4725230 100644
--- a/test/quad_test.dart
+++ b/test/quad_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.quad_test;
-
 import 'package:test/test.dart';
 
 import 'package:vector_math/vector_math.dart';
diff --git a/test/quaternion_test.dart b/test/quaternion_test.dart
index 2ba200a..9f749ac 100644
--- a/test/quaternion_test.dart
+++ b/test/quaternion_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.quaternion_test;
-
 import 'dart:math' as math;
 import 'dart:typed_data';
 
diff --git a/test/ray_test.dart b/test/ray_test.dart
index ad45478..f560ee7 100644
--- a/test/ray_test.dart
+++ b/test/ray_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.ray_test;
-
 import 'dart:math' as math;
 
 import 'package:test/test.dart';
diff --git a/test/scalar_list_view_test.dart b/test/scalar_list_view_test.dart
index e635a7f..111e750 100644
--- a/test/scalar_list_view_test.dart
+++ b/test/scalar_list_view_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.scalar_list_view_test;
-
 import 'dart:typed_data';
 
 import 'package:test/test.dart';
diff --git a/test/sphere_test.dart b/test/sphere_test.dart
index 58b5169..aac6469 100644
--- a/test/sphere_test.dart
+++ b/test/sphere_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.sphere_test;
-
 import 'package:test/test.dart';
 
 import 'package:vector_math/vector_math.dart';
diff --git a/test/test_utils.dart b/test/test_utils.dart
index 7733111..f27d4b8 100644
--- a/test/test_utils.dart
+++ b/test/test_utils.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.test_utils;
-
 import 'package:test/test.dart';
 
 import 'package:vector_math/vector_math.dart';
diff --git a/test/triangle_test.dart b/test/triangle_test.dart
index 5c3eef3..8d2da25 100644
--- a/test/triangle_test.dart
+++ b/test/triangle_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.triangle_test;
-
 import 'package:test/test.dart';
 
 import 'package:vector_math/vector_math.dart';
diff --git a/test/utilities_test.dart b/test/utilities_test.dart
index d51fb65..75f9fb3 100644
--- a/test/utilities_test.dart
+++ b/test/utilities_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.utilities_test;
-
 import 'dart:math' as math;
 
 import 'package:test/test.dart';
diff --git a/test/vector2_list_test.dart b/test/vector2_list_test.dart
index 51a5661..8b344c6 100644
--- a/test/vector2_list_test.dart
+++ b/test/vector2_list_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.vector2_list_test;
-
 import 'dart:typed_data';
 
 import 'package:test/test.dart';
diff --git a/test/vector2_test.dart b/test/vector2_test.dart
index b1b2239..6f1740f 100644
--- a/test/vector2_test.dart
+++ b/test/vector2_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.vector2_test;
-
 import 'dart:math' as math;
 import 'dart:typed_data';
 
diff --git a/test/vector3_list_test.dart b/test/vector3_list_test.dart
index c61ae2e..eb3216d 100644
--- a/test/vector3_list_test.dart
+++ b/test/vector3_list_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.vector3_list_test;
-
 import 'dart:typed_data';
 
 import 'package:test/test.dart';
diff --git a/test/vector3_test.dart b/test/vector3_test.dart
index e704f57..567976a 100644
--- a/test/vector3_test.dart
+++ b/test/vector3_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.vector3_test;
-
 import 'dart:math' as math;
 import 'dart:typed_data';
 
diff --git a/test/vector4_list_test.dart b/test/vector4_list_test.dart
index 6fbcac3..9195f34 100644
--- a/test/vector4_list_test.dart
+++ b/test/vector4_list_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.vector4_list_test;
-
 import 'dart:typed_data';
 
 import 'package:test/test.dart';
diff --git a/test/vector4_test.dart b/test/vector4_test.dart
index ce20ce5..b39aa38 100644
--- a/test/vector4_test.dart
+++ b/test/vector4_test.dart
@@ -2,8 +2,6 @@
 // All rights reserved. Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-library vector_math.test.vector4_test;
-
 import 'dart:math' as math;
 import 'dart:typed_data';