refactor: Update to Flutter 3.13.0

This commit is contained in:
krille-chan 2023-08-18 07:24:31 +02:00
commit 27d15612d9
No known key found for this signature in database
44 changed files with 167 additions and 159 deletions

View file

@ -53,7 +53,7 @@ class ChatDetailsController extends State<ChatDetails> {
L10n.of(context)!,
),
),
)
),
],
);
if (input == null) return;
@ -184,7 +184,7 @@ class ChatDetailsController extends State<ChatDetails> {
suffixText: domain,
hintText: L10n.of(context)!.alias,
initialText: room.canonicalAlias.localpart,
)
),
],
);
if (input == null) return;
@ -208,7 +208,7 @@ class ChatDetailsController extends State<ChatDetails> {
initialText: room.topic,
minLines: 4,
maxLines: 8,
)
),
],
);
if (input == null) return;

View file

@ -66,7 +66,7 @@ class ChatDetailsView extends StatelessWidget {
context,
),
),
ChatSettingsPopupMenu(room, false)
ChatSettingsPopupMenu(room, false),
],
title: Text(L10n.of(context)!.chatDetails),
backgroundColor: