Skip to content

Commit e1ec460

Browse files
authored
refactor(ui): restructure stream svg icons (#2094)
Co-authored-by: xsahil03x <25670178+xsahil03x@users.noreply.github.com>
1 parent 7576837 commit e1ec460

File tree

334 files changed

+2983
-1047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+2983
-1047
lines changed

melos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ command:
6363
stream_chat_flutter_core: ^9.2.0
6464
stream_chat_localizations: ^9.2.0
6565
stream_chat_persistence: ^9.2.0
66+
svg_icon_widget: ^0.0.1
6667
synchronized: ^3.1.0+1
6768
thumblr: ^0.0.4
6869
url_launcher: ^6.3.0

packages/stream_chat_flutter/example/lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ class _ChannelPageState extends State<ChannelPage> {
314314
color: _streamTheme.colorTheme.borders,
315315
),
316316
child: Center(
317-
child: StreamSvgIcon.reply(
317+
child: StreamSvgIcon(
318+
icon: StreamSvgIcons.reply,
318319
size: lerpDouble(0, 18, progress),
319320
color: _streamTheme
320321
.colorTheme.accentPrimary,
-400 Bytes
Binary file not shown.

packages/stream_chat_flutter/lib/svgs/filetype_AAC.svg renamed to packages/stream_chat_flutter/lib/assets/icons/colored/icon_filetype_audio_aac.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)