Flutter Friendly Chat With Firebase

Flutter Friendly Chat App

Friendlychat for Flutter

This is the source code for the Flutter FriendlyChat codelab. It includes the offline and Firebase versions of the code. Codelab instructions will be made available soon.

If you’re familiar with the Firebase codelabs, the Flutter codelabs demonstrate how to build a similar chat client also named Friendlychat, using Flutter. With Flutter, you can build
Friendlychat for iOS and Android at the same time, from a single code base, and iterate quickly using developer tools like hot reload

The offline version of Friendlychat requires only a recent copy of Flutter. The Firebase version of Friendlychat requires that you register your Android app’s key, create an OAuth iOS client id, and download a google-services.json file. See the codelab for more information.

What it looks like

iOS Android
Flutter Friendly Chat With Firebase Flutter Friendly Chat With Firebase

What is Flutter?

Flutter is a new project to help developers build high-performance, high-fidelity, mobile apps for iOS and Android from a single codebase. To learn more about Flutter, visit flutter.io.

Source Code

Please Visit Flutter Friendly Chat With Firebase Source Code at GitHub