Firechat is a simple, extensible chat widget powered by Firebase. This version is built with Flutter. The app is built in several steps of increasing complexity.
These projects assume that your checkout of Flutter is in an adjacent directory flutter. If it's somewhere else, you can edit the path in pubspec.yaml.
Firechat requires Firebase in order to store data. You can sign up for a free account.
The firebase-dart library is documented here.
For help getting started with Flutter, view the Flutter documentation.
In the directory of the step you want to build, run pub get and flutter start. If you're running step 6, you should see this on your device:
Use flutter start --no-checked if you want to remove the "Slow Mode" banner and improve performance.
