build: Upgrade to flutter 3.22
This commit is contained in:
parent
9785b16c34
commit
b8547c4792
188 changed files with 426 additions and 364 deletions
|
|
@ -30,7 +30,7 @@ class User {
|
|||
const User(this.name, this.password);
|
||||
}
|
||||
|
||||
const homeserver = 'http://${const String.fromEnvironment(
|
||||
const homeserver = 'http://${String.fromEnvironment(
|
||||
'HOMESERVER',
|
||||
defaultValue: 'localhost',
|
||||
)}';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue