refactor: Update to Flutter 3.13.0
This commit is contained in:
parent
6445833283
commit
27d15612d9
44 changed files with 167 additions and 159 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class ChatDetailsView extends StatelessWidget {
|
|||
context,
|
||||
),
|
||||
),
|
||||
ChatSettingsPopupMenu(room, false)
|
||||
ChatSettingsPopupMenu(room, false),
|
||||
],
|
||||
title: Text(L10n.of(context)!.chatDetails),
|
||||
backgroundColor:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue