convertall: use newer Flutter version

I manually edited pubspec.lock.json to update `vector_math`. Without this change, it doesn't compile with the latest Flutter version.
This commit is contained in:
Luflosi
2026-02-19 20:17:39 +01:00
parent 177faa408c
commit 383f09b1cb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
lib,
flutter329,
flutter341,
fetchFromGitHub,
}:
flutter329.buildFlutterApplication rec {
flutter341.buildFlutterApplication rec {
pname = "convertall";
version = "1.0.2";
+2 -2
View File
@@ -708,11 +708,11 @@
"dependency": "transitive",
"description": {
"name": "vector_math",
"sha256": "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803",
"sha256": "d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.1.4"
"version": "2.2.0"
},
"vm_service": {
"dependency": "transitive",