Salvatore Giordano bed1e23441 update dependencies
2021-02-01 18:24:25 +01:00
2021-02-01 17:46:36 +01:00
2021-02-01 18:24:25 +01:00
2021-01-28 12:02:06 +01:00
2021-01-07 12:07:01 -04:00
2021-01-07 12:07:01 -04:00
2021-02-01 15:30:46 +01:00
2021-01-07 12:39:21 -04:00

Stream Chat Dart

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.

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

Available Commands

Analyze

Requires tuneup to be activated globally. Please see https://pub.dev/packages/tuneup

melos run analyze

Pub Lint

Runs pub publish with --dry-run

melos run lint:pub

Build iOS

Builds iOS examples without codesign

melos run build:examples:ios

Build APK

Builds an Android APK for examples

melos run build:examples:android

Build MACOS

Builds MacOs for all examples

melos run build:examples:macos

Test

Runs flutter test on all packages

melos run test

Test Web

Runs flutter test --platform=chrome on all packages

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