932 Commits
Author SHA1 Message Date
Salvatore Giordano 5bbe82c7eb fix review 2021-04-30 15:00:51 +02:00
Salvatore Giordano 0d12e701a0 fix tests 2021-04-30 14:59:54 +02:00
Salvatore Giordano 34888d0fff migrate ui 2021-04-30 14:58:50 +02:00
Salvatore Giordano d14e33b697 fix 2021-04-30 11:56:43 +02:00
Salvatore Giordano ba293987e6 bump version and chanelogs 2021-04-30 11:52:26 +02:00
Salvatore Giordano c699fea789 do not await persistence and resync when connecting 2021-04-30 11:49:20 +02:00
Sahil Kumar a2d8ddc72b add type safe filters in queryUsers and queryMembers
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-30 14:21:10 +05:30
Sahil Kumar 75b59f0b51 add doc comments
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-28 15:45:08 +05:30
Deven Joshi f412fdc0dd fix pinMessage and add docs 2021-04-28 13:12:13 +05:30
Sahil Kumar 8735901c75 add equality tests for filters
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-27 16:07:41 +05:30
Sahil Kumar 697e14457e cleanup
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-27 15:47:00 +05:30
Sahil Kumar d862da504a cleanup
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-27 15:45:53 +05:30
Sahil Kumar 64318f4e46 cleanup
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-27 15:44:06 +05:30
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
Sahil KumarandGitHub f683961581 Update packages/stream_chat/lib/src/models/filter.dart 2021-04-26 20:39:17 +05:30
Sahil Kumar ac995b2fc9 feat(llc): add support for type safe filters
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-26 19:55:50 +05:30
Salvatore GiordanoandGitHub 7efe7de9f2 Merge branch 'feature/null-safety' into persistence-nnbd 2021-04-21 10:06:43 +02:00
Sahil Kumar 4e9f4baf23 fix example
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-20 21:17:43 +05:30
Sahil Kumar 3bb1b11ee8 migrate to nnbd
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-20 19:52:06 +05:30
Salvatore GiordanoandSahil Kumar 8f1f7b0b68 fix own user model 2021-04-20 19:07:31 +05:30
Salvatore Giordano 8f7106020f fix own user model 2021-04-20 14:53:19 +02:00
Salvatore GiordanoandGitHub 7e80071aa2 Merge branch 'feature/null-safety' into core-nnbd 2021-04-20 13:14:52 +02:00
Salvatore Giordano 4c4473d4b5 migrate sample app 2021-04-20 13:14:07 +02:00
Salvatore Giordano bc9e0d0285 migrate code 2021-04-20 12:44:22 +02:00
Salvatore Giordano 629691ad5b update user model 2021-04-20 11:07:55 +02:00
Sahil Kumar 9440bd4793 modify event tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-20 13:57:49 +05:30
Sahil Kumar 8136b50c78 fix analyzer warnings
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-20 13:56:01 +05:30
Sahil Kumar a273730b09 fix event tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-20 13:54:29 +05:30
Salvatore Giordano 253715a246 add is_local to top level fields 2021-04-20 09:54:41 +02:00
Salvatore Giordano a49d99210e fix event.islocal 2021-04-20 09:53:39 +02:00
Salvatore Giordano 4a094629d1 make event model const 2021-04-20 09:50:09 +02:00
Salvatore Giordano 79769acef0 ignore islocal 2021-04-20 09:41:41 +02:00
Salvatore Giordano 7226d8c4d3 fix event 2021-04-20 09:35:11 +02:00
Salvatore Giordano d9cd6ea55f polish llc 2021-04-19 16:42:34 +02:00
Salvatore Giordano b250bdb98e fix persistence abstract class 2021-04-19 16:21:32 +02:00
Salvatore Giordano 673368a1b2 update map extensions 2021-04-19 16:05:10 +02:00
Salvatore Giordano 9eb76732c1 update extensions 2021-04-19 15:53:41 +02:00
Salvatore Giordano 3083839714 update extensions 2021-04-19 15:53:12 +02:00
Salvatore Giordano 9f01e71ed3 fix persistence abstract class 2021-04-19 15:51:09 +02:00
Salvatore Giordano 7f29ca52e1 fix persistence abstract class 2021-04-19 15:44:46 +02:00
Salvatore Giordano 1c7c1dd81c update dio 2021-04-19 15:38:13 +02:00
Sahil KumarandGitHub 19bcbc7bc5 fix(llc): queryChannels should only throw if we do-not have any channels in cache (#394)
* fix(llc): queryChannel should throw exception if client is not yet connected

Signed-off-by: Sahil Kumar <[email protected]>

* prepare llc for v1.5.2

Signed-off-by: Sahil Kumar <[email protected]>

* fix queryChannelOnline invocation conditions

Signed-off-by: Sahil Kumar <[email protected]>

* fix package version

Signed-off-by: Sahil Kumar <[email protected]>

* queryChannels should only throw if we do-not have any channels in cache

Signed-off-by: Sahil Kumar <[email protected]>

* update changelog with the correct fix

Signed-off-by: Sahil Kumar <[email protected]>
2021-04-19 15:31:15 +02:00
Salvatore Giordano 098935834f migrate example 2021-04-19 15:23:00 +02:00
Salvatore Giordano 5c5c4bbc3f fix tests 2021-04-19 15:11:40 +02:00
Sahil Kumar 07196eab96 fix tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-19 17:43:11 +05:30
Salvatore Giordano af135ecb9c move on with the migration 2021-04-19 12:40:00 +02:00
Neevash Ramdial 8a92392914 retryAttachmentUpload should not be null 2021-04-16 09:34:50 -04:00
Deven Joshi e1ab168d33 fix: client state migrated to null 2021-04-16 17:52:08 +05:30
Deven Joshi 1aea44e568 fix: analysis 2021-04-16 15:27:43 +05:30
Deven Joshi 72a0ca3110 fix: Review changes 2021-04-16 14:11:46 +05:30