1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00

Fixes CI ahead of next release

This commit is contained in:
Eric Windmill
2026-02-09 13:26:00 -08:00
committed by GitHub
parent 54106b0bf6
commit b0002d1d1b
9 changed files with 187 additions and 226 deletions

View File

@@ -48,7 +48,7 @@ class MessageWidget extends StatelessWidget {
child: Column(
children: [
if (text case final text?) MarkdownBody(data: text),
if (image case final image?) image,
?image,
],
),
),