An open API service indexing awesome lists of open source software.

https://github.com/josancamon19/flutter_chat_app

Flutter Chat App, Google codelab and Google I/O 17
https://github.com/josancamon19/flutter_chat_app

codelab dart firebase flutter google-io-2017

Last synced: about 1 month ago
JSON representation

Flutter Chat App, Google codelab and Google I/O 17

Awesome Lists containing this project

README

          

# Flutter Chat App

This codelab provides a deeper dive into Flutter than [Write Your First Flutter App, part 1](https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1/), and [part 2](https://codelabs.developers.google.com/codelabs/first-flutter-app-pt2/). If you want a gentler introduction to Flutter, start with those.

## Getting Started

A one-to-one chat app built on Flutter with firebase authentication and image sharing capability.

For help getting started with Flutter, view the online
[documentation](https://flutter.io/).

You can check out the corresponding Google code lab [here](https://codelabs.developers.google.com/codelabs/flutter/index.html?index=..%2F..%2Findex#0), and the firebase implementation [here](https://www.youtube.com/watch?v=w2TcYP8qiRI&t=1311s).

## What you'll learn
- [X] How to write a Flutter app that looks natural on both iOS and Android.
- [X] How to debug your Flutter app.
- [X] How to run your Flutter app on a simulator/emulator and on a device.

## Screens

## What you'll need ?

You need two pieces of software to complete this lab: the Flutter SDK, and an editor. This codelab assumes Android Studio, but you can use your preferred editor.

You can run this codelab using any of the following devices:

* A physical device (Android or iOS) connected to your computer and set to developer mode.
* The iOS simulator. (Requires installing XCode tools.)
* The Android emulator. (Requires setup in Android Studio.)