feat: upgrade to flutter 3.16 (#4119)

* feat: upgrade to flutter 3.16

* chore: adjust flutter 3.16 new api

* chore: code format

* fix: ci lint

* chore: code format

* chore: dart format
This commit is contained in:
Lucas.Xu
2023-12-08 20:01:54 +07:00
committed by GitHub
parent 6338ca1417
commit ef49cb6577
140 changed files with 575 additions and 605 deletions

View File

@ -146,7 +146,7 @@ enum AuthenticatorType {
}
}
static fromValue(int value) {
static AuthenticatorType fromValue(int value) {
switch (value) {
case 0:
return AuthenticatorType.local;