Remove flutter chat #26

Manually merged
Henry-Hiles merged 108 commits from remove-flutter-chat into main 2026-05-22 15:26:28 -04:00
2 changed files with 1 additions and 9 deletions
Showing only changes of commit e76c0aac16 - Show all commits

Slightly up padding for event preview

Henry Hiles 2026-05-20 16:30:26 -04:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -21,7 +21,7 @@ class EventPreview extends StatelessWidget {
Expanded( Expanded(
child: Wrap( child: Wrap(
crossAxisAlignment: WrapCrossAlignment.center, crossAxisAlignment: WrapCrossAlignment.center,
spacing: 4, spacing: 8,
runSpacing: 2, runSpacing: 2,
children: [ children: [
if (event.content is MessageContent) MessageDisplayname(event), if (event.content is MessageContent) MessageDisplayname(event),

View file

@ -73,14 +73,6 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "2.1.2" version: "2.1.2"
boxy:
dependency: "direct main"
description:
name: boxy
sha256: "42ccafe13b2893878042acc5b7e2446025328e11a3197b0bb78db42ff76aa3f0"
url: "https://pub.dev"
source: hosted
version: "2.3.0"
build: build:
dependency: transitive dependency: transitive
description: description: