fluffychat merge

pull/2245/head
ggurdin 5 months ago
parent 524b8978f5
commit 36fd0069a6
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -218,21 +218,6 @@ class PangeaChatInputRowState extends State<PangeaChatInputRow> {
onSelected: _controller.onAddPopupMenuButtonSelected, onSelected: _controller.onAddPopupMenuButtonSelected,
itemBuilder: (BuildContext context) => itemBuilder: (BuildContext context) =>
<PopupMenuEntry<String>>[ <PopupMenuEntry<String>>[
PopupMenuItem<String>(
value: 'checklist',
child: ListTile(
leading: CircleAvatar(
backgroundColor:
theme.colorScheme.onPrimaryContainer,
foregroundColor:
theme.colorScheme.primaryContainer,
child:
const Icon(Icons.check_circle_outlined),
),
title: Text(L10n.of(context).checkList),
contentPadding: const EdgeInsets.all(0),
),
),
PopupMenuItem<String>( PopupMenuItem<String>(
value: 'file', value: 'file',
child: ListTile( child: ListTile(

@ -1512,10 +1512,10 @@ packages:
description: description:
path: "." path: "."
ref: main ref: main
resolved-ref: "3fb6836b3f8b37091b5874b194aa25b17bb12b32" resolved-ref: ed15eb6a1a947ebc1add3b70ec422c1f29666bda
url: "https://github.com/pangeachat/matrix-dart-sdk.git" url: "https://github.com/pangeachat/matrix-dart-sdk.git"
source: git source: git
version: "0.40.0" version: "0.40.2"
meta: meta:
dependency: transitive dependency: transitive
description: description:

Loading…
Cancel
Save