Commit Graph
413 Commits
Author SHA1 Message Date
Salvatore GiordanoandGitHub 3e1d6e91c7 chore(llc,core,ui): update pubspec and changelogs (#1333) 2022-09-15 08:30:20 +02:00
Sahil KumarandGitHub ceab9175ce Release v4.5.0 (#1308)
* chore(llc, ui, core): bump version to v4.5.0

Signed-off-by: xsahil03x <[email protected]>

* chore(ui, core): update CHANGELOG.md

Signed-off-by: xsahil03x <[email protected]>

Signed-off-by: xsahil03x <[email protected]>
2022-08-23 12:31:52 +02:00
Sahil KumarandGitHub df1c83a126 Merge branch 'develop' into feat/channel-list-mutable-filters 2022-08-16 15:47:38 +05:30
Sahil Kumar 0117e4cb7c fix(core): use copyWith while setting controller items.
Signed-off-by: xsahil03x <[email protected]>
2022-08-16 15:32:10 +05:30
Sahil Kumar 10fffc335f feat(core): Add ChannelListController.filter and ChannelListController.sort setters.
Signed-off-by: xsahil03x <[email protected]>
2022-08-16 15:27:11 +05:30
Sahil Kumar 9fa5ac49d0 fix(core): only handle the channel list event if the state is success.
Signed-off-by: xsahil03x <[email protected]>
2022-08-08 15:11:28 +05:30
Salvatore GiordanoandGitHub 5ad21bc3d2 chore(llc,core,ui,persistence): bump version and changelog (#1288)
* update deps

* chore(llc,core,ui,persistence): bump version and changelog
2022-07-28 10:45:05 +02:00
Salvatore GiordanoandGitHub 6ab94a8aaa chore(llc,core,ui,persistence,localizations): update changelog and pubspec (#1253) 2022-07-07 10:46:36 +02:00
Salvatore Giordano d2883c87f0 fix(ui): fix lazy load scroll view 2022-07-04 15:33:15 +02:00
Salvatore Giordano 05d376cffb fix(core): allow scroll notification bubbling in lazy load scroll view 2022-07-04 12:15:45 +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
Salvatore Giordano 537a529530 fix(llc): fix x-stream-client header 2022-06-20 12:41:11 +02:00
Salvatore Giordano ae68226cb6 chore(llc,core,ui): update pubspec and changelogs 2022-05-20 11:11:00 +02:00
Salvatore Giordano e054310fa2 fix typo 2022-05-16 16:56:13 +02:00
Salvatore Giordano e178b9143f fix tests 2022-05-16 16:28:19 +02:00
Salvatore Giordano 7cbbfd6768 Merge branch 'develop' into hotfix/messagePagination 2022-05-16 15:53:18 +02:00
Salvatore Giordano f969b4a51d fix format 2022-05-16 14:54:59 +02:00
Sahil Kumar 069f380f41 chore(repo): add lints, update freezed, json_serializable
Signed-off-by: xsahil03x <[email protected]>
2022-05-16 16:58:24 +05:30
Salvatore Giordano 869730ca8f chore(llc,core): update changelog 2022-05-13 11:52:11 +02:00
Salvatore Giordano 4896c43342 fix(llc, core): fix message pagination parameters 2022-05-13 11:45:36 +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 d0a3975cf2 chore(llc,core,ui,persistence,localizations): update changelog and pubspec 2022-05-06 17:40:22 +02:00
Salvatore Giordano 5ce540ad4a chore(llc,core,ui, persistence): update pubspec and changelogs 2022-05-03 12:05:09 +02:00
Salvatore Giordano 9c05625f9b update changelogs and readmes 2022-05-03 09:48:41 +02:00
Salvatore Giordano 32a32c7ab0 update readme 2022-05-03 09:30:51 +02:00
Salvatore Giordano 2e54334255 update pubspec and changelogs 2022-05-02 21:18:41 +02:00
Salvatore GiordanoandGitHub ce16002315 Merge pull request #1108 from GetStream/docs/v4
docs(repo): update docs for v4
2022-05-02 17:55:08 +02:00
Salvatore Giordano 6f6032441c remove deprecated stuff from older versions 2022-05-02 17:45:06 +02:00
Salvatore Giordano bd12ece9ea PagedValueListenableBuilder 2022-05-02 12:44:28 +02:00
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 28e8910c11 deprecate core lists 2022-04-29 15:52:00 +02:00
Salvatore Giordano ba353a2a37 update core example 2022-04-29 15:46:54 +02:00
Salvatore Giordano 6048d61862 add exports, minor refactoring 2022-04-29 15:25:35 +02:00
Sahil Kumar 1e9a5b6c1e feat(core, ui): add grid views, minor refactoring
Signed-off-by: xsahil03x <[email protected]>
2022-04-29 14:31:01 +05:30
Ayush Shekhar b6bb3608e5 Migrated llc Lists to be nullable instead of being an empty array 2022-04-26 21:11:24 +05:30
Sahil Kumar 381e1c06f5 chore(core): remove dead code
Signed-off-by: xsahil03x <[email protected]>
2022-04-25 17:04:10 +05:30
Sahil Kumar 942af38146 feat(core, ui): added PagedValueGridView, added additional params in ListViews
Signed-off-by: xsahil03x <[email protected]>
2022-04-25 16:58:23 +05:30
Salvatore Giordano 1781f3169c chore(ui): update changelog 2022-04-22 17:10:21 +02:00
Sahil Kumar 0f8c92f486 chore(core): deprecate UsersBloc and MessageSearchBloc
Signed-off-by: xsahil03x <[email protected]>
2022-04-22 18:14:32 +05:30
Sahil Kumar f074bccdc5 feat(ui, core): add remaining v4 list-views
Signed-off-by: xsahil03x <[email protected]>
2022-04-19 12:38:21 +05:30
Salvatore Giordano 2bd088dc50 Merge branch 'v4' into release/4.0.0-beta.2 2022-04-14 10:06:12 +02:00
Salvatore Giordano 9d0f66ee8c Merge branch 'develop' into v4 2022-04-14 10:04:27 +02:00
Salvatore Giordano e5b768078b chore(llc,core,ui): update pubspec and changelogs 2022-04-14 09:50:50 +02:00
Salvatore Giordano 1926076598 chore(llc,core,ui): update pubspec and changelogs 2022-04-13 17:08:27 +02:00
Salvatore Giordano e59a2b001c Merge branch 'develop' into v4 2022-04-13 14:31:44 +02:00
Salvatore Giordano 92613a0787 cleanup 2022-04-13 11:22:12 +02:00