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): extends predicates to mobile #1947

Closed deven98 closed 2 weeks ago

deven98 commented 2 weeks ago

Fixes #1796

Earlier implementation was only listening for keystrokes on desktop. New implementation also does the same by default but allows the user to customise and add their own send and clear predicates.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 14.28571% with 12 lines in your changes missing coverage. Please review.

Project coverage is 60.23%. Comparing base (1806fab) to head (591b563).

Files Patch % Lines
...er/lib/src/message_input/stream_message_input.dart 14.28% 12 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1947 +/- ## ========================================== - Coverage 60.26% 60.23% -0.04% ========================================== Files 317 317 Lines 18495 18506 +11 ========================================== + Hits 11146 11147 +1 - Misses 7349 7359 +10 ```

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