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
@@ -62,7 +62,6 @@ class _GroupChatDetailsScreenState extends State<GroupChatDetailsScreen> {
child: Scaffold(
backgroundColor: StreamChatTheme.of(context).colorTheme.appBg,
appBar: AppBar(
brightness: Theme.of(context).brightness,
elevation: 1,
backgroundColor: StreamChatTheme.of(context).colorTheme.barsBg,
leading: const StreamBackButton(),