Commit Graph
204 Commits
Author SHA1 Message Date
Salvatore Giordano 7b1a85c40c minor fixes 2021-07-09 15:13:48 +02:00
Salvatore Giordano bc0a70ad25 rename colors 2021-06-29 16:12:51 +02:00
Salvatore GiordanoandGitHub 9d4564151e Merge pull request #509 from GetStream/release/v2.0.0-nullsafety-8
chore: v2.0.0 nullsafety.8
2021-06-29 13:36:45 +02:00
Sahil Kumar be76d25aa3 update changelogs
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-29 16:20:29 +05:30
Salvatore Giordano ba927bf379 add null check 2021-06-29 12:20:37 +02:00
Salvatore Giordano dde047b0e9 fix message and user list core controller setup 2021-06-29 12:00:40 +02:00
Salvatore Giordano 8052edf09c fix tests 2021-06-28 15:20:50 +02:00
Sahil Kumar 6017a184d6 chore(stream_chat_flutter): prepare for v2.0.0-nullsafety.8
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-28 16:50:42 +05:30
Salvatore Giordano a3a88aead1 fix user list error handling 2021-06-28 13:08:51 +02:00
Sahil Kumar 80217c9d58 chore(stream_chat): add queryUser breaking change in CHANGELOG.md
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-28 16:38:23 +05:30
Sahil Kumar 5e7891e523 remove unused showScrollToBottom property from MessageListCore
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-28 16:04:25 +05:30
Salvatore GiordanoandGitHub 751fa51194 Merge pull request #493 from GetStream/feat/message-list-header-footer
feat: add support for messageListView header/footer
2021-06-24 17:12:11 +02:00
Sahil Kumar 2816124c55 fix floatingDate, messageWidgetBuilder index
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-24 18:19:52 +05:30
Salvatore Giordano 00e184f422 show modal using the nearest navigator 2021-06-22 12:54:22 +02:00
Salvatore Giordano 366e77ceb7 fix reconnection logic 2021-06-21 10:43:32 +02:00
Sahil Kumar 03ce7987bc Merge remote-tracking branch 'origin/develop' into ref/segregate-api-layer
# Conflicts:
#	packages/stream_chat_flutter/analysis_options.yaml
#	packages/stream_chat_flutter_core/analysis_options.yaml
2021-06-17 21:47:56 +05:30
Salvatore GiordanoandGitHub 7523b850d4 Merge pull request #481 from GetStream/fix/action
refactor: stream_flutter_workflow
2021-06-17 18:12:06 +02:00
Sahil Kumar 678945f7ef refactor stream_flutter_workflow.yml
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-17 21:31:06 +05:30
Salvatore Giordano 665ac322f3 update changelogs and pubspecs 2021-06-17 15:04:03 +02:00
Sahil Kumar dc4b3f11a4 flutter format .
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-17 17:23:53 +05:30
Sahil Kumar 73d6527725 fix analyzer warnings
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-17 17:09:50 +05:30
Sahil Kumar 0860acb61e fix tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-17 14:35:20 +05:30
Sahil KumarandGitHub 837d6f3ad1 Merge branch 'develop' into ref/segregate-api-layer 2021-06-16 22:20:31 +05:30
Sahil Kumar e8e1d53aa3 add client_test.dart
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-16 22:19:00 +05:30
Salvatore Giordano 2af7c78bd1 fix reconnection logic 2021-06-16 10:48:19 +02:00
Sahil Kumar 7c9bc3b950 merge origin/develop into ref/segregate-api-layer
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-15 17:32:09 +05:30
Salvatore Giordano 94e2c97468 update changelogs and pubspecs 2021-06-15 12:38:58 +02:00
Salvatore Giordano cf419f3a37 update changelogs and pubspecs 2021-06-14 10:35:19 +02:00
Salvatore Giordano f521e13aca fix better stream builder 2021-06-11 10:51:25 +02:00
Salvatore Giordano b1201003f5 fix review 2021-06-11 10:31:57 +02:00
Salvatore Giordano a6ff8e7039 fix tests 2021-06-10 12:33:20 +02:00
Salvatore Giordano 33f19ebd5d add comments 2021-06-10 11:06:15 +02:00
Salvatore Giordano dc6c3094e9 performance fixes 2021-06-09 16:11:59 +02:00
Sahil Kumar eac8093b22 merge fixes
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-02 18:03:22 +05:30
Salvatore GiordanoandGitHub 08877f4927 Merge branch 'develop' into perf 2021-06-02 09:52:25 +02:00
Salvatore Giordano c10166dbff experiment with streambuilder 2021-06-01 17:24:26 +02:00
Salvatore Giordano 06bf2cdfe5 fix rebuild message list view 2021-06-01 15:42:45 +02:00
Sahil Kumar 644c8b67d8 re-subscribe connectivityStream if widget.connectivityStream changes
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-28 12:02:49 +05:30
Sahil Kumar 5cada0ce49 Merge branches 'develop' and 'ref/segregate-api-layer' of https://github.com/GetStream/stream-chat-flutter into ref/segregate-api-layer
 Conflicts:
	packages/stream_chat/lib/src/api/channel.dart
	packages/stream_chat/lib/src/client.dart
	packages/stream_chat_persistence/lib/src/db/moor_chat_database.g.dart
2021-05-27 20:07:11 +05:30
Sahil Kumar 839ced618b major refactoring
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-27 19:59:34 +05:30
Salvatore Giordano 65bf45306a fix lint and tests 2021-05-27 16:27:23 +02:00
Salvatore Giordano 4f5958a067 implement connectivity plus 2021-05-27 11:04:30 +02:00
Salvatore Giordano e198149243 update readme 2021-05-19 17:14:37 +02:00
Salvatore Giordano 4c90b7229f remove prints 2021-05-19 15:58:49 +02:00
Salvatore Giordano d5820d25d9 fix rxdart 2021-05-19 13:50:25 +02:00
Salvatore Giordano b67db631e4 use specific analysis option files 2021-05-19 13:30:37 +02:00
Salvatore Giordano f5e73d3cc6 update rxdart 2021-05-19 12:59:21 +02:00
Salvatore Giordano 3ab1e1956e bump changelogs and pubspecs 2021-05-19 12:43:52 +02:00
Salvatore Giordano c00faa123d fix stream channel query 2021-05-17 14:48:17 +02:00
Salvatore Giordano fe262ca422 fix stream channel query 2021-05-17 14:37:56 +02:00