Salvatore Giordano
|
4be9ff24a9
|
add dependency override to example
|
2022-03-21 13:26:20 +01:00 |
|
Salvatore Giordano
|
0b0ff753d4
|
refactor(ui): improve message input controller
|
2021-12-01 10:52:45 +01:00 |
|
Efthymios Sarmpanis
|
7d90dc0cfe
|
feat(ui): add the ability to add a background image in MessageListView
|
2021-10-09 20:06:27 +03:00 |
|
Sahil Kumar
|
bf21f7b350
|
chore(repo): finish adding dart_code_metrics.yaml
Signed-off-by: xsahil03x <[email protected]>
|
2021-10-01 16:45:18 +05:30 |
|
Sahil Kumar
|
f7723198de
|
chore: fix dependency conflicts
Signed-off-by: xsahil03x <[email protected]>
|
2021-10-01 16:45:18 +05:30 |
|
xsahil03x
|
face836383
|
Merge remote-tracking branch 'origin/develop' into feat/localization
# Conflicts:
# packages/stream_chat_flutter/example/lib/main.dart
# packages/stream_chat_flutter/example/pubspec.yaml
# packages/stream_chat_flutter/lib/src/channel_bottom_sheet.dart
# packages/stream_chat_flutter/lib/src/channel_list_view.dart
# packages/stream_chat_flutter/lib/src/gallery_footer.dart
# packages/stream_chat_flutter/lib/src/message_input.dart
# packages/stream_chat_flutter/lib/src/message_list_view.dart
# packages/stream_chat_flutter/lib/src/user_item.dart
|
2021-07-19 12:49:07 +05:30 |
|
 Reuben TurnerandGitHub
|
b306978da6
|
chore: apply linter to the various example and test directories (#550)
* chore: remove examples and tests from analysis exclusion
* chore: apply linter fixes to stream_chat_flutter_core/example/main.dart
* chore: apply linter fixes to stream_chat_flutter/example/main.dart
* chore: apply linter fixes to stream_chat_persistence/example/main.dart
* chore: apply linter fixes to stream_chat/example/main.dart
* chore: apply linter fixes to stream_chat_flutter/example/split_view.dart
* chore: renamte tutorial files per linter
* chore: apply linter fixes to tutorial_part_1.dart
* chore: apply linter fixes to tutorial_part_2.dart
* chore: apply linter fixes to tutorial_part_3.dart
* chore: apply linter fixes to tutorial_part_4.dart
* chore: apply linter fixes to tutorial_part_5.dart
* chore: make a widget const in tutorial_part_5.dart
* chore: apply linter fixes to tutorial_part_6.dart
* chore: sort and update dependencies in stream_chat_persistence/example/pubspec.yaml
* chore: sort and update dependencies in stream_chat_flutter_core/example/pubspec.yaml
* chore: sort and update dependencies in stream_chat_flutter/example/pubspec.yaml
* chore: sort dependencies in stream_chat_flutter/example/pubspec.yaml
* chore: apply linter fixes to channel_test.dart
* chore: apply linter fixes to client_test.dart
* chore: apply linter fixes to client_test.dart, stream_http_client_test.dart, and token_manager_test.dart
* chore: apply linter fixes to filter_test.dart
* chore: apply linter fixes to reaction_test.dart
* chore: apply linter fixes to chat_persistence_client_test.dart
* chore: apply linter fixes to channel_image_test.dart
* chore: apply linter fixes to deleted_message_test.dart
* chore: apply linter fixes to full_screen_media_test.dart
* chore: apply linter fixes to gallery_footer_theme_test.dart
* chore: apply linter fixes to gallery_header_theme_test.dart
* chore: apply linter fixes to message_text_test.dart
* chore: apply linter fixes to reaction_bubble_test.dart
* chore: apply linter fixes to system_message_test.dart
* chore: apply linter fixes to typing_indicator_test.dart
* chore: apply linter fixes to channel_list_core_test.dart
* chore: apply linter fixes to channels_bloc_test.dart
* chore: apply linter fixes to lazy_load_scroll_view_test.dart
* chore: apply linter fixes to channel_matcher.dart
* chore: apply linter fixes to message_matcher.dart
* chore: apply linter fixes to users_matcher.dart
* chore: apply linter fixes to message_list_core_test.dart
* chore: apply linter fixes to message_search_bloc_test.dart
* chore: apply linter fixes to message_search_list_core_test.dart
* chore: apply linter fixes to stream_channel_test.dart
* chore: apply linter fixes to stream_chat_core_test.dart
* chore: apply linter fixes to user_list_core_test.dart
* chore: apply linter fixes to channel_query_dao_test.dart, message_mapper_test.dart, user_mapper_test.dart, and users_bloc_test.dart
* chore: apply some missed dartfmt
* test: regenerate failinggolden test
|
2021-07-16 10:49:51 +02:00 |
|
Sahil Kumar
|
2691243102
|
Remove json translations approach, add example for adding language
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-07-08 16:43:24 +05:30 |
|
Sahil Kumar
|
839ced618b
|
major refactoring
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-05-27 19:59:34 +05:30 |
|
Salvatore Giordano
|
ca69d12be4
|
fix example
|
2021-05-03 11:22:58 +02:00 |
|
Salvatore Giordano
|
727f268987
|
fix
|
2021-04-30 17:00:50 +02:00 |
|
Salvatore Giordano
|
3283f008eb
|
igrate example
|
2021-04-30 14:59:50 +02:00 |
|
Sahil Kumar
|
3ec389bd71
|
fix tests
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-04-02 19:19:20 +05:30 |
|
 
|
9952265109
|
fix: persistence (#329)
* fix(llc): Save original passed persistence for client reconnection.
Signed-off-by: Sahil Kumar <[email protected]>
* fix(persistence): Check for empty channels before applying offset
Signed-off-by: Sahil Kumar <[email protected]>
* fix(llc): Remove debug logs
Signed-off-by: Sahil Kumar <[email protected]>
* fix(persistence): Reset isolate on successful disconnect
Signed-off-by: Sahil Kumar <[email protected]>
* use mutexes in persistence client
* fix(persistence): use `super.updateChannelStates`
Signed-off-by: Sahil Kumar <[email protected]>
* fix(persistence): fix database multiple times creation.
Signed-off-by: Sahil Kumar <[email protected]>
Co-authored-by: Sahil Kumar <[email protected]>
|
2021-03-12 14:16:41 +01:00 |
|
Salvatore Giordano
|
b28ae12597
|
fix: minor
|
2021-03-03 12:47:19 +01:00 |
|
Salvatore Giordano
|
7a1c470997
|
bump version
|
2021-02-26 16:21:09 +01:00 |
|
Salvatore Giordano
|
f8b24038da
|
move sample app to separate repo
|
2021-02-02 13:03:44 +01:00 |
|
Salvatore Giordano
|
964a428f2e
|
rename package folders
|
2021-02-01 15:45:58 +01:00 |
|