chore: pump flutter to 3.41.6 (#27834)

* chore: pump flutter to 3.41.6

* more isar cleanup

* ignore experimental use for TableMigration

---------

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong 2026-04-16 22:26:46 +05:30 committed by GitHub
parent 6aadb7b5bd
commit 2a47c35eb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 167 additions and 1057 deletions

View file

@ -1,5 +1,5 @@
[tools]
flutter = "3.35.7"
flutter = "3.41.6"
[tools."github:CQLabs/homebrew-dcm"]
version = "1.30.0"
@ -40,7 +40,13 @@ depends = [
[tasks."codegen:translation"]
alias = "translation"
description = "Generate translations from i18n JSONs"
run = [{ task = "//:i18n:format-fix" }, { tasks = ["i18n:loader", "i18n:keys"] }]
run = [
{ task = "//:i18n:format-fix" },
{ tasks = [
"i18n:loader",
"i18n:keys",
] },
]
[tasks."codegen:app-icon"]
description = "Generate app icons"