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
@@ -54,7 +54,7 @@ void main() {
client: client,
child: StreamChannel(
channel: channel,
child: Scaffold(
child: const Scaffold(
body: ChannelHeader(),
),
),
@@ -115,7 +115,7 @@ void main() {
client: client,
child: StreamChannel(
channel: channel,
child: Scaffold(
child: const Scaffold(
body: ChannelHeader(
showConnectionStateTile: true,
),
@@ -178,7 +178,7 @@ void main() {
child: StreamChannel(
channel: channel,
showLoading: false,
child: Scaffold(
child: const Scaffold(
body: ChannelHeader(
showConnectionStateTile: true,
),
@@ -242,7 +242,7 @@ void main() {
client: client,
child: StreamChannel(
channel: channel,
child: Scaffold(
child: const Scaffold(
body: ChannelHeader(
leading: Text('leading'),
subtitle: Text('subtitle'),
@@ -314,7 +314,7 @@ void main() {
client: client,
child: StreamChannel(
channel: channel,
child: Scaffold(
child: const Scaffold(
body: ChannelHeader(
showTypingIndicator: false,
showBackButton: false,