2023-12-28 18:53:21 +13:00
|
|
|
# Zenith
|
|
|
|
|
|
|
|
A matrix client for Android.
|
|
|
|
|
|
|
|
TODO: Add play store + f-droid store links.
|
|
|
|
|
|
|
|
# Screenshots
|
|
|
|
|
|
|
|
TODO: Add screenshots.
|
|
|
|
|
|
|
|
# Features
|
|
|
|
|
|
|
|
TODO: Add feature list.
|
|
|
|
|
|
|
|
# How to Build
|
|
|
|
|
|
|
|
First install dependencies:
|
|
|
|
```
|
|
|
|
flutter pub get
|
|
|
|
```
|
|
|
|
|
|
|
|
Then build the apk:
|
|
|
|
|
|
|
|
```
|
|
|
|
flutter build apk
|
2023-12-28 16:44:08 +13:00
|
|
|
```
|