2020-01-01 18:10:13 +00:00
|
|
|
# fluffychat
|
|
|
|
|
|
|
|
Chat with your friends.
|
|
|
|
|
2020-01-03 08:28:17 +00:00
|
|
|
[Install using F-Droid](https://mtrnord.gitlab.io/fluffychat-flutter-fdroid/fdroid/repo/)
|
2020-01-01 18:10:13 +00:00
|
|
|
|
2020-01-03 17:41:50 +00:00
|
|
|
Community: [#fluffychat:matrix.org](https://matrix.to/#/#fluffychat:matrix.org)
|
|
|
|
|
2020-01-03 08:28:17 +00:00
|
|
|
## How to build
|
2020-01-01 18:10:13 +00:00
|
|
|
|
2020-01-03 08:28:17 +00:00
|
|
|
1. [Install flutter](https://flutter.dev)
|
2020-01-01 18:10:13 +00:00
|
|
|
|
2020-01-03 08:28:17 +00:00
|
|
|
2. Clone the repo
|
2020-01-01 18:10:13 +00:00
|
|
|
|
2020-01-03 08:28:17 +00:00
|
|
|
### Android / iOS
|
|
|
|
|
|
|
|
3. `flutter run`
|
|
|
|
|
|
|
|
### Web
|
|
|
|
|
|
|
|
3. `flutter channel beta && flutter upgrade`
|
|
|
|
|
|
|
|
4. `flutter config --enable-web`
|
|
|
|
|
|
|
|
5. `flutter run`
|