Skip to content

Demo chat application using Stream Chat Core

Notifications You must be signed in to change notification settings

rezarex/chatter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatter - Building a Flutter chat application from scratch

See the relevant branch for the tutorial you'd like to follow. The main branch has the latest source code.

Installation instructions

git clone https://github.com/HayesGordon/chatter.git

Check out the required branch

git checkout {branch-name}

Install dependencies

flutter pub get

Generate the needed platform folders (Android, iOS). Some of the branches may have these already included.

flutter create .

Add your Stream app's key in lib/app.dart.

Episodes / Tutorials

Episode 1 - Design/UI

Episode 01 - Design/UI [ Video ] [ Entry Code ] [ Completed Code ] - Create the UI and structure for the application.

Episode 02 - Stream API

Episode 02 - Stream API [ Video ] [ Entry Code ] [ Completed Code ] - Create the UI and structure for the application.

About

Demo chat application using Stream Chat Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%