fix(flutter): sync pubspec.lock with vector_math direct dependency

vector_math was promoted to a direct dependency in pubspec.yaml in
#13247 (edge scrolling) but the accompanying pubspec.lock regeneration
was never committed. The lock has been labeling vector_math as
"transitive" ever since, even though pubspec.yaml declares it directly.

Running `flutter pub get` on a clean checkout reproduces this diff for
anyone contributing to the Flutter side. This commit simply commits the
correctly-regenerated lock file.
This commit is contained in:
Julian 2026-04-19 07:48:11 +08:00
parent d4a1430c27
commit f7586b6bfb

View file

@ -1473,7 +1473,7 @@ packages:
source: hosted
version: "1.1.16"
vector_math:
dependency: transitive
dependency: "direct main"
description:
name: vector_math
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"