Files
stream-chat-flutter/packages/stream_chat_flutter/example
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
..
2021-03-02 10:40:49 +01:00
2021-03-04 10:47:25 +01:00
2021-03-09 16:23:21 +01:00
2021-03-02 10:40:49 +01:00
2021-02-02 13:03:44 +01:00
2021-02-02 13:03:44 +01:00
2021-03-12 14:16:41 +01:00
2021-02-01 15:45:58 +01:00

Flutter Chat Example Application

An example chat application using Flutter and Stream Chat.

Getting Started

Make sure to follow the steps from the tutorial.