Files
stream-chat-flutter/packages/stream_chat_flutter/example
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
..
2021-03-02 10:40:49 +01:00
2021-03-04 10:47:25 +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-03 12:47:19 +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.