chore: update dependencies and fix lint warnings

This commit is contained in:
Gordon Hayes
2021-10-06 13:21:19 +02:00
parent b8f78ef025
commit 9ef7986751
11 changed files with 3 additions and 12 deletions
@@ -120,7 +120,6 @@ class _NewChatScreenState extends State<NewChatScreen> {
return Scaffold(
backgroundColor: StreamChatTheme.of(context).colorTheme.appBg,
appBar: AppBar(
brightness: Theme.of(context).brightness,
elevation: 0,
backgroundColor: StreamChatTheme.of(context).colorTheme.barsBg,
leading: const StreamBackButton(),