lint test

This commit is contained in:
Deven Joshi
2021-05-05 17:58:50 +05:30
parent ad86cf0cd6
commit f5daa8f49c
14 changed files with 129 additions and 166 deletions
@@ -23,9 +23,9 @@ void main() {
data: streamTheme,
child: StreamChannel(
channel: channel,
child: Container(
child: SizedBox(
child: FileAttachment(
size: Size(
size: const Size(
300,
300,
),
@@ -33,7 +33,7 @@ void main() {
attachment: Attachment(
type: 'file',
title: 'example.pdf',
extraData: {
extraData: const {
'mime_type': 'pdf',
},
),