Commit Graph
19 Commits
Author SHA1 Message Date
Salvatore Giordano 3283f008eb igrate example 2021-04-30 14:59:50 +02:00
Salvatore Giordano 9c5aceeb91 update examples 2021-04-29 13:40:05 +02:00
Sahil Kumar 3ec389bd71 fix tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-02 19:19:20 +05:30
9952265109 fix: persistence (#329)
* fix(llc): Save original passed persistence for client reconnection.

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

* fix(persistence): Check for empty channels before applying offset

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

* fix(llc): Remove debug logs

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

* fix(persistence): Reset isolate on successful disconnect

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

* use mutexes in persistence client

* fix(persistence): use `super.updateChannelStates`

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

* fix(persistence): fix database multiple times creation.

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

Co-authored-by: Sahil Kumar <[email protected]>
2021-03-12 14:16:41 +01:00
Salvatore GiordanoandGitHub 1b96420d0b fix: pre release (#324)
* use share_plus plugin

* bump dependency versions

* fix ui for web

* unfocus messageinput only on commands

* fix default error for messagesearchlistview

* fix thumbnail animation
2021-03-09 16:23:21 +01:00
e60294dc92 fix(llc): Fix attachment upload state uneven progress. (#315)
* feat(llc): Add rate limiter functions.
fix(llc): Fix attachment upload state uneven progress.

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

* feat(llc): Export `async.dart` and `rate_limit.dart`

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

* refactor(llc): Replace our `rate_limit` implementation with the dart port of js `lodash` to better handlw `cancel` and `flush` functions.

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

* fix(UI-Kit): Make android example run on real devices

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

* fix offline behaviour

Co-authored-by: Salvatore Giordano <[email protected]>
2021-03-08 12:35:43 +01:00
Salvatore Giordano 505bffb6ca fix image attachment with new cdn 2021-03-04 10:47:25 +01:00
Salvatore Giordano b28ae12597 fix: minor 2021-03-03 12:47:19 +01:00
Salvatore Giordano c5b9c02821 fix test 2021-03-02 11:14:41 +01:00
Salvatore Giordano 15ac971396 stream_chat_flutter fix svg on web 2021-03-02 10:40:49 +01:00
Salvatore Giordano 7a1c470997 bump version 2021-02-26 16:21:09 +01:00
Sahil Kumar 0a6948cf32 [Async Attachment Upload] Initial implementation
Signed-off-by: Sahil Kumar <[email protected]>
2021-02-16 21:21:15 +05:30
Salvatore Giordano 27e5bb595f update examples using latest llc version 2021-02-04 13:11:57 +01:00
Salvatore Giordano c330173c91 Merge branch 'master' into feature/new-ui 2021-02-02 15:23:17 +01:00
Salvatore Giordano c165f16183 update tutorials 2021-02-02 14:09:31 +01:00
Salvatore Giordano a4b6c233d6 rename tutorial steps 2021-02-02 13:07:49 +01:00
Salvatore Giordano f8b24038da move sample app to separate repo 2021-02-02 13:03:44 +01:00
Salvatore Giordano 47ccc0491a fix flutter analyze issues 2021-02-02 12:15:54 +01:00
Salvatore Giordano 964a428f2e rename package folders 2021-02-01 15:45:58 +01:00