Go to file
2023-12-30 11:47:27 +13:00
.vscode Add launch.json but debugging still doesnt work 2023-12-29 15:12:36 +13:00
android Include internet permissions in manifest 2023-12-29 11:31:33 +13:00
ios Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
lib Add avatar to rooms 2023-12-30 11:47:27 +13:00
linux Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
macos Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
test Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
web Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
windows Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
.gitignore Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
.metadata First commit 2023-12-28 16:35:10 +13:00
analysis_options.yaml Update analysis options 2023-12-29 09:20:28 +13:00
pubspec.lock Add shared preferences and chats page 2023-12-28 17:48:18 +13:00
pubspec.yaml Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
README.md Pretty sure this is just some EOL stuff 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