* feat: Added tests * feat: Added header test * feat: Added new tests * fix * feat: Added test, fmt * feat: Added delete test * added system and unread ind tests * fix: analysis * added new tests * fix: analysis * added tests * add attachment actions modal tests * fix analysis * fix analysis * add backbutton tests * fix analysis * increase timeout * add channelheader tests * add infotile tests * add reactions modal and channel unread indicator tests * add golden test for reaction bubble * add dark tests * add system message golden * add deletd message golden * add message action modal tests * update goldens * update workflow runner * update goldens * remove channel unread indicator in favor of unread indicator * move file and media screen to sample app * add channel image tesst * add channel_list_header test * add thread_header test * bump up test threashold * fix review Co-authored-by: Salvatore Giordano <[email protected]>
32 lines
734 B
YAML
32 lines
734 B
YAML
name: stream_chat
|
|
homepage: https://getstream.io/
|
|
description: The official Dart client for Stream Chat, a service for building chat applications.
|
|
version: 1.5.1
|
|
repository: https://github.com/GetStream/stream-chat-flutter
|
|
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
|
|
|
environment:
|
|
sdk: ">=2.7.0 <3.0.0"
|
|
|
|
dependencies:
|
|
async: ^2.4.2
|
|
collection: ^1.14.13
|
|
dio: ^3.0.10
|
|
equatable: ^2.0.0
|
|
freezed_annotation: ^0.12.0
|
|
http_parser: ^3.1.4
|
|
json_annotation: ^3.0.1
|
|
logging: ^0.11.4
|
|
meta: ^1.2.4
|
|
mime: ^0.9.7
|
|
rxdart: ^0.25.0
|
|
uuid: ^2.2.2
|
|
web_socket_channel: ^1.2.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^1.10.0
|
|
freezed: ^0.12.7
|
|
json_serializable: ^3.3.0
|
|
mockito: ^4.1.1
|
|
test: ^1.15.7
|