refactor(ui): add stream_channel_info_bottom_sheet.dart

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-12-08 17:48:57 +05:30
committed by xsahil03x
parent f3110e99eb
commit 093a668546
3 changed files with 372 additions and 2 deletions
@@ -47,7 +47,10 @@ export 'src/user_item.dart';
export 'src/user_list_view.dart';
export 'src/user_mention_tile.dart';
export 'src/utils.dart';
// v4
export 'src/v4/channel_list_view/stream_channel_list_controller.dart';
export 'src/v4/channel_list_view/stream_channel_list_event_handler.dart';
export 'src/v4/channel_list_view/stream_channel_list_view.dart';
export 'src/v4/stream_channel_info_bottom_sheet.dart';
export 'src/visible_footnote.dart';