Zenith/README.md

23 lines
278 B
Markdown
Raw Normal View History

2023-12-28 03:44:08 +00:00
# Zenith
2023-12-28 03:35:10 +00:00
2023-12-28 03:44:08 +00:00
A matrix client for Android.
2023-12-28 03:35:10 +00:00
2023-12-28 03:44:08 +00:00
[Play store link here](https://doesnt.exist.yet)
[F-droid link here](https://doesnt.exist.yet)
2023-12-28 03:35:10 +00:00
2023-12-28 03:44:08 +00:00
# Screenshots
2023-12-28 03:35:10 +00:00
2023-12-28 03:44:08 +00:00
# Features
2023-12-28 03:35:10 +00:00
2023-12-28 03:44:08 +00:00
# How to Build
2023-12-28 03:35:10 +00:00
2023-12-28 03:44:08 +00:00
First install dependencies:
```
flutter pub get
```
Then build the apk:
```
flutter build apk
```