Commit Graph
2454 Commits
Author SHA1 Message Date
Salvatore GiordanoandGitHub 8ea87a49fe Merge pull request #415 from GetStream/release/nullsafety.3
chore: nullsafety.3
2021-05-05 16:22:32 +02:00
Salvatore Giordano cb25c1de6b bump version and chanelogs 2021-05-05 16:12:28 +02:00
Salvatore Giordano 80bd84e1ff Merge branch 'master' into develop 2021-05-05 16:04:55 +02:00
Salvatore GiordanoandGitHub d297cf608c Merge pull request #414 from GetStream/hotfix/channelsBlocQuery
fix: channels bloc does not perform the call if pagination ended
2021-05-05 15:57:40 +02:00
Salvatore Giordano b75ca8d9a9 remove events 2021-05-05 15:34:46 +02:00
Salvatore Giordano bf24123422 bump version and chanelogs 2021-05-05 12:53:56 +02:00
Salvatore Giordano 86698614f6 fixes #413: channels bloc does not perform the call if pagination is ended 2021-05-05 12:52:05 +02:00
Salvatore Giordano 660bae3583 fix messageinput overflow when no action is available 2021-05-05 12:36:13 +02:00
Salvatore Giordano 95f849e442 bump stream_chat_flutter 2021-05-04 14:37:30 +02:00
Salvatore Giordano 88b8818e45 fix deps 2021-05-04 09:50:19 +02:00
Salvatore Giordano 1ac667fb3f fix deps 2021-05-03 21:47:44 +02:00
Salvatore Giordano ad8b8f359c fix deps 2021-05-03 21:22:35 +02:00
Salvatore GiordanoandGitHub 7be4f9e9b1 Merge pull request #381 from GetStream/feature/null-safety
feat: migrate to NNBD(non-nullable by default)
2021-05-03 20:21:32 +02:00
Salvatore Giordano 7bc1f96d7f remove override 2021-05-03 20:21:06 +02:00
Salvatore Giordano 21792b355c remove final from _path in ws 2021-05-03 16:21:48 +02:00
Salvatore Giordano c41e9e8a2e update changelogs and pubspecs 2021-05-03 15:16:11 +02:00
Salvatore Giordano 699771c104 fix messageinput 2021-05-03 12:50:20 +02:00
Salvatore GiordanoandGitHub 105929bd49 Merge pull request #390 from GetStream/feat/ui-nnbd
feat(ui): [CDS-239] NNBD
2021-05-03 11:53:27 +02:00
Salvatore Giordano ca69d12be4 fix example 2021-05-03 11:22:58 +02:00
Salvatore Giordano 37dcca75a5 fix analysis 2021-05-03 10:51:50 +02:00
Salvatore Giordano 2e52b0f5aa update deps 2021-05-03 10:48:00 +02:00
Salvatore Giordano bde1212da1 update deps 2021-05-03 10:46:31 +02:00
Salvatore Giordano bb0fe7c1e7 Merge branch 'feature/null-safety' into feat/ui-nnbd 2021-05-03 10:46:06 +02:00
Salvatore Giordano a40fd2303a Merge branch 'develop' into feature/null-safety 2021-05-03 10:43:26 +02:00
Salvatore Giordano 01b664bc2f Merge branch 'master' into develop 2021-05-03 10:37:24 +02:00
Salvatore GiordanoandGitHub 7ece5c7504 Merge pull request #410 from GetStream/hotfix/persistenceSort
fix: persistence sort and connect
2021-05-03 10:34:35 +02:00
Salvatore Giordano bcddda112b update deps 2021-05-03 10:20:19 +02:00
Salvatore Giordano 0c9805cf06 update melos config 2021-05-03 10:13:42 +02:00
Salvatore Giordano c04af01e77 verbose melos 2021-04-30 17:10:16 +02:00
Salvatore Giordano 727f268987 fix 2021-04-30 17:00:50 +02:00
Salvatore Giordano 6a11854457 fix? 2021-04-30 16:42:20 +02:00
Salvatore Giordano 08813389dd update emoji dependency using local copy 2021-04-30 16:22:45 +02:00
Salvatore Giordano 452d0c5717 fix rebase 2021-04-30 15:20:03 +02:00
Salvatore Giordano 1509739f24 fix quoted message 2021-04-30 15:00:52 +02:00
Salvatore Giordano 55c5f2ff86 fix group image 2021-04-30 15:00:52 +02:00
Salvatore Giordano 75e167b4ed fix download image 2021-04-30 15:00:52 +02:00
Salvatore Giordano 236f0a4f15 fix messageinput padding 2021-04-30 15:00:52 +02:00
Salvatore Giordano a4d540bbfe revert streamchat.child nullability 2021-04-30 15:00:52 +02:00
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 3283f008eb igrate example 2021-04-30 14:59:50 +02:00
Salvatore Giordano 34888d0fff migrate ui 2021-04-30 14:58:50 +02:00
Salvatore Giordano 2c02f0f631 use git for not yet migrated dependencies 2021-04-30 14:53:25 +02:00
Salvatore Giordano 8659b4db7a feat: bump dependencies 2021-04-30 14:53:24 +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
Salvatore Giordano 4cd86278b5 fix persistence sort filtering 2021-04-30 11:48:38 +02:00
Salvatore GiordanoandGitHub d6cff0a64f Merge pull request #406 from GetStream/feat/type-safe-filter
[CDS-191] feat(llc): add support for type safe filters
2021-04-30 11:30:03 +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