An experimental fork of FluffyChat.
Go to file
Christian Pauly 646f98fb15 Update .gitlab-ci.yml 2020-01-03 12:34:30 +00:00
android Minor fixes 2020-01-03 11:47:31 +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 Fix logout in web 2020-01-03 12:37:59 +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 a release signature for fdroid apks 2020-01-02 23:15:12 +00:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-01-03 12:34:30 +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 Fix analyzer 2020-01-02 19:00:12 +01:00
pubspec.yaml More fixes and new version 2020-01-03 11:57:00 +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