Merge branches 'feature/new-ui' and 'qa/new-chat-screens' of github.com:GetStream/stream-chat-flutter into qa/new-chat-screens

 Conflicts:
	example/lib/new_group_chat_screen.dart
This commit is contained in:
xsahil03x
2020-11-25 22:39:14 +05:30
9 changed files with 68 additions and 52 deletions
-2
View File
@@ -25,7 +25,6 @@ class StreamSvgIcon extends StatelessWidget {
height: height,
key: key,
color: color,
fit: BoxFit.scaleDown,
alignment: Alignment.center,
)
: SvgPicture.asset(
@@ -35,7 +34,6 @@ class StreamSvgIcon extends StatelessWidget {
width: width,
height: height,
color: color,
fit: BoxFit.scaleDown,
alignment: Alignment.center,
);
}