An experimental fork of FluffyChat.
Go to file
Christian Pauly 8d7aaa44a6 Add firebase stuff 2020-01-03 17:23:40 +01:00
android Add firebase stuff 2020-01-03 17:23:40 +01:00
assets Initial commit 2020-01-01 19:10:13 +01:00
ios Fix analyzer 2020-01-02 19:00:12 +01:00
lib Add firebase stuff 2020-01-03 17:23:40 +01:00
test Minor fixes 2020-01-02 22:31:39 +01:00
web Initial commit 2020-01-01 19:10:13 +01:00
.gitignore Add firebase stuff 2020-01-03 17:23:40 +01:00
.gitlab-ci.yml Add Ci task to build a debug app on branches that are not master and build a fdroid signed version only when building on master 2020-01-03 12:54:42 +00:00
.metadata Initial commit 2020-01-01 19:10:13 +01:00
Gemfile Add license and gitlab pages stuff 2020-01-02 13:42:49 +00:00
Gemfile.lock Add license and gitlab pages stuff 2020-01-02 13:42:49 +00:00
LICENSE Add license and gitlab pages stuff 2020-01-02 13:42:49 +00:00
README.md Update README.md 2020-01-03 08:28:17 +00:00
_config.yml Add license and gitlab pages stuff 2020-01-02 13:42:49 +00:00
analysis_options.yaml Minor fixes 2020-01-02 22:31:39 +01:00
pubspec.lock Add firebase stuff 2020-01-03 17:23:40 +01:00
pubspec.yaml Add firebase stuff 2020-01-03 17:23:40 +01:00

README.md

fluffychat

Chat with your friends.

Install using F-Droid

How to build

  1. Install flutter

  2. Clone the repo

Android / iOS

  1. flutter run

Web

  1. flutter channel beta && flutter upgrade

  2. flutter config --enable-web

  3. flutter run