GetStream / stream-chat-flutter

Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.
https://getstream.io/chat/sdk/flutter/
Other
880 stars 313 forks source link

fix(ui): stops cached image from being used when channel image is not set #1949

Closed deven98 closed 2 weeks ago

deven98 commented 2 weeks ago

Fixes #1931

ChannelHeader no longer uses CachedNetworkImage if channel image is not set.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 60.26%. Comparing base (ff924da) to head (5521f35).

Files Patch % Lines
...flutter/lib/src/channel/stream_channel_avatar.dart 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1949 +/- ## ========================================== + Coverage 60.23% 60.26% +0.02% ========================================== Files 317 317 Lines 18493 18495 +2 ========================================== + Hits 11140 11146 +6 + Misses 7353 7349 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.