Commit Graph
43 Commits
Author SHA1 Message Date
Salvatore GiordanoandGitHub 6ab94a8aaa chore(llc,core,ui,persistence,localizations): update changelog and pubspec (#1253) 2022-07-07 10:46:36 +02:00
Salvatore Giordano f62a37c5be chore(core): bump version 2022-06-20 14:13:34 +02:00
Salvatore Giordano 84fd7bae81 chore(llc): bump version 2022-06-20 14:12:50 +02:00
Sahil Kumar 278fb2dd69 chore(repo): bump min dart sdk version to 2.17.0
Signed-off-by: xsahil03x <[email protected]>
2022-05-12 13:28:09 +05:30
Salvatore Giordano 402b0038c6 StreamMessageInputController 2022-05-02 11:59:32 +02:00
Salvatore Giordano 2083c3d72a StreamUserListController 2022-05-02 11:26:57 +02:00
Salvatore Giordano 487c420226 StreamChannelListController 2022-05-02 10:51:12 +02:00
Salvatore Giordano da627a6c8a Merge branch 'develop' into v4 2022-04-29 16:24:12 +02:00
Salvatore Giordano ba353a2a37 update core example 2022-04-29 15:46:54 +02:00
Dmitry Krutskikh 800ab448f7 chore(repo): add missed trailing commas 2022-01-06 09:05:22 +03:00
Dmitry Krutskikh 424b753ca7 chore(repo): add missed trailing commas 2021-11-21 20:29:15 +03:00
Salvatore Giordano 1729cbcbb6 chore(core): fix example 2021-11-02 18:17:33 +01:00
Salvatore Giordano 685de93e31 feat(llc,core,ui): send used package in the headers 2021-11-02 18:09:49 +01: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
Gordon Hayes adfc0adea9 feat: add name get, set and update on Channel 2021-08-10 11:53:30 +02:00
Sahil Kumar 3ab363a8b2 chore(llc, ui, core, localization, persistence): analysis fixes, move extraData.image to image field
Signed-off-by: xsahil03x <[email protected]>
2021-08-05 16:38:32 +05:30
Sahil Kumar f7b9511adb refactor(llc, core, ui): Deprecate .user, .userStream in favor of .currentUser, .currentUserStream
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 14:57:29 +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
Salvatore Giordano 8ceff3ab62 fix test and example 2021-07-01 10:47:30 +02:00
Salvatore Giordano bc0a70ad25 rename colors 2021-06-29 16:12:51 +02:00
Salvatore Giordano 6a11854457 fix? 2021-04-30 16:42:20 +02:00
Sahil Kumar 8c666caa52 refactor (core <-> ui <-> persistence) with the new filter changes.
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-27 15:41:00 +05:30
Deven Joshi 89be28cadf Fix dispose bug for controller 2021-04-21 12:44:52 +05:30
Salvatore Giordano 408bbe14f5 restore example 2021-04-20 16:40:46 +02:00
Salvatore Giordano 4f37190fcc change default direction in paginate data 2021-04-20 16:39:10 +02:00
Salvatore Giordano 555ae57782 fix core example 2021-04-20 15:01:39 +02:00
Salvatore Giordano 4c4473d4b5 migrate sample app 2021-04-20 13:14:07 +02:00
Sahil Kumar 3ec389bd71 fix tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-02 19:19:20 +05:30
Salvatore Giordano 69fa71a381 fix core example ios 2021-02-22 12:34:38 +01:00
Salvatore Giordano 6f60bb8abb [core] update example 2021-02-19 14:28:07 +01:00
Salvatore Giordano 08bd5a8ca8 [core] add default pagination value + implement pagination in example 2021-02-19 13:14:31 +01:00
Salvatore Giordano 27e5bb595f update examples using latest llc version 2021-02-04 13:11:57 +01:00
Salvatore Giordano 23feabe85e rename Client to StreamChatClient 2021-02-01 15:30:46 +01:00
Neevash Ramdial c09f24d945 migrate error builder callback using typedef 2021-01-29 10:19:18 -04:00
Salvatore Giordano 1c4115280d Merge branch 'feature/ui-split' into nash/message-core-error-builder 2021-01-28 12:03:33 +01:00
Salvatore Giordano cb90146a8b fix examples 2021-01-28 10:25:52 +01:00
Neevash Ramdial 24d528fc79 update sample app with new api 2021-01-27 22:30:49 -04:00
Neevash Ramdial 303abee427 Complete example
- Update code
- Add docs
2021-01-27 22:14:14 -04:00
Neevash Ramdial fa6e6aff17 WIP example 2021-01-27 06:35:30 -04:00
Deven Joshi 29837e23f5 fix: analysis issues 2021-01-26 21:37:20 +05:30
Salvatore Giordano 82acc97675 fix formatting 2021-01-22 17:22:18 +01:00
Deven Joshi b6aa030d81 feat: Created example app 2021-01-22 18:16:05 +05:30