Zenith/README.md

26 lines
276 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:45 +00:00
TODO: Add play store + f-droid store links.
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:45 +00:00
TODO: Add screenshots.
2023-12-28 03:44:08 +00:00
# Features
2023-12-28 03:35:10 +00:00
2023-12-28 03:44:45 +00:00
TODO: Add feature list.
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
```