added lint changes, started migrating

This commit is contained in:
Deven Joshi
2021-05-04 16:11:28 +05:30
parent 88b8818e45
commit eb57c6eb9f
55 changed files with 884 additions and 885 deletions
@@ -239,7 +239,7 @@ void main() {
),
);
await tester.tap(find.text('Show in Chat'));
verify(() => onShowMessage.call()).called(1);
verify(onShowMessage.call).called(1);
},
);
@@ -26,8 +26,8 @@ void main() {
child: Container(
child: FileAttachment(
size: Size(
300.0,
300.0,
300,
300,
),
message: Message(),
attachment: Attachment(
@@ -318,7 +318,6 @@ void main() {
body: ChannelHeader(
showTypingIndicator: false,
showBackButton: false,
showConnectionStateTile: false,
),
),
),
@@ -224,7 +224,6 @@ void main() {
borderColor: Colors.red,
backgroundColor: Colors.blue,
maskColor: Colors.green,
highlightOwnReactions: true,
reverse: true,
flipTail: true,
tailCirclesSpacing: 4,