|
|
|
@ -2,15 +2,22 @@
|
|
|
|
|
|
|
|
|
|
Chat with your friends.
|
|
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
[Install using F-Droid](https://mtrnord.gitlab.io/fluffychat-flutter-fdroid/fdroid/repo/)
|
|
|
|
|
|
|
|
|
|
This project is a starting point for a Flutter application.
|
|
|
|
|
## How to build
|
|
|
|
|
|
|
|
|
|
A few resources to get you started if this is your first Flutter project:
|
|
|
|
|
1. [Install flutter](https://flutter.dev)
|
|
|
|
|
|
|
|
|
|
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
|
|
|
|
|
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
|
|
|
|
|
2. Clone the repo
|
|
|
|
|
|
|
|
|
|
For help getting started with Flutter, view our
|
|
|
|
|
[online documentation](https://flutter.dev/docs), which offers tutorials,
|
|
|
|
|
samples, guidance on mobile development, and a full API reference.
|
|
|
|
|
### Android / iOS
|
|
|
|
|
|
|
|
|
|
3. `flutter run`
|
|
|
|
|
|
|
|
|
|
### Web
|
|
|
|
|
|
|
|
|
|
3. `flutter channel beta && flutter upgrade`
|
|
|
|
|
|
|
|
|
|
4. `flutter config --enable-web`
|
|
|
|
|
|
|
|
|
|
5. `flutter run`
|
|
|
|
|