mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
@ -146,7 +146,7 @@ enum AuthenticatorType {
|
||||
}
|
||||
}
|
||||
|
||||
static fromValue(int value) {
|
||||
static AuthenticatorType fromValue(int value) {
|
||||
switch (value) {
|
||||
case 0:
|
||||
return AuthenticatorType.local;
|
||||
|
Reference in New Issue
Block a user