Sahil Kumar 420d6384c4 test: add tests for stream chat flutter core (#354)
* test(core): add tests for channels bloc

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): refactor some tests due to changes in channels bloc

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): add tests for channel list core

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): add tests for users bloc, minor improvements

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): add tests for user list core, minor improvements

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): add tests for message search bloc, refactor

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): add tests for message search list core, refactor

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): add tests for lazy load scroll view

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): add tests for stream chat core

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): add tests for message list core

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* test(core): add tests for stream channel

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* Fix merge conflicts

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* flutter format

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* fixes

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* update workflow

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* chore(core): fix analyzer issues

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* chore(ui-kit): fix analyzer issues

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
2021-03-30 10:16:12 +02:00
2021-02-04 11:05:19 +01:00
2021-03-11 16:36:22 +01:00
2020-02-20 13:16:25 +01:00
2021-02-01 15:30:46 +01:00
2021-03-16 16:24:27 -06:00

Official Flutter packages for Stream Chat

Gitter CI melos

Quick Links

This repository contains code for our Dart and Flutter chat clients.

Stream allows developers to rapidly deploy scalable feeds and chat messaging with an industry leading 99.999% uptime SLA guarantee.

Sample apps and demos

Our team maintains a dedicated repository for fully-fledged sample applications and demos. Consider checking out GetStream/flutter-samples to learn more or get started by looking at our latest Stream Chat demo.

Free for Makers

Stream is free for most side and hobby projects. To qualify your project/company needs to have < 5 team members and < $10k in monthly revenue. For complete pricing details visit our Chat Pricing Page

Structure

Stream Chat Dart is a monorepo built using Melos. Individual packages can be found in the packages directory while configuration and top level commands can be found in melos.yaml.

To get started, run bootstrap after cloning the project.

melos bootstrap

Packages

We provide a variety of packages depending on the level of customization you want to achieve.

stream_chat

A pure Dart package that can be used on any Dart project. It provides a low-level client to access the Stream Chat service.

stream_chat_persistence

This package provides a persistence client for fetching and saving chat data locally. Stream Chat Persistence uses Moor as a disk cache.

stream_chat_flutter_core

This package provides business logic to fetch common things required for integrating Stream Chat into your application. The core package allows more customisation and hence provides business logic but no UI components.

stream_chat_flutter

This library includes both a low-level chat SDK and a set of reusable and customizable UI components.

Flutter Chat Tutorial

The best place to start is the Flutter Chat Tutorial. It teaches you how to use this SDK and also shows how to make frequently required changes.

Example Apps

Every package folder includes a fully functional example with setup instructions.

We also provide a set of sample apps created using the Stream Flutter SDK at this location.

S
Description
No description provided
Readme 60 MiB
Languages
Dart 82.9%
MDX 14.2%
C++ 1.5%
CMake 1%
HTML 0.2%