chore: refactor most theme related classes into a /theme folder

stream_chat_theme.dart remains in /src because I feel it will cause too much of a mess if moved.
This commit is contained in:
groovinchip
2021-07-26 14:46:14 -04:00
parent 695051c3a2
commit bcabbf12db
34 changed files with 1766 additions and 1702 deletions
@@ -33,6 +33,7 @@ export 'src/stream_chat_theme.dart';
export 'src/stream_neumorphic_button.dart';
export 'src/stream_svg_icon.dart';
export 'src/system_message.dart';
export 'src/theme/themes.dart';
export 'src/thread_header.dart';
export 'src/typing_indicator.dart';
export 'src/unread_indicator.dart';