Add template for README

This commit is contained in:
Brandon Presley 2023-12-28 16:44:08 +13:00
parent ff52298d2a
commit 53203e3527

View File

@ -1,16 +1,23 @@
# zenith # Zenith
A new Flutter project. A matrix client for Android.
## Getting Started [Play store link here](https://doesnt.exist.yet)
[F-droid link here](https://doesnt.exist.yet)
This project is a starting point for a Flutter application. # Screenshots
A few resources to get you started if this is your first Flutter project: # Features
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) # How to Build
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the First install dependencies:
[online documentation](https://docs.flutter.dev/), which offers tutorials, ```
samples, guidance on mobile development, and a full API reference. flutter pub get
```
Then build the apk:
```
flutter build apk
```