Go to file
Brandon Presley 11de9ccfe8 Turn off autocorrect/capitalization for login 2023-12-30 16:17:05 +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 Turn off autocorrect/capitalization for login 2023-12-30 16:17:05 +13:00
linux Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
macos Add persistence to matrix Client 2023-12-30 16:11:20 +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
README.md Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
analysis_options.yaml Update analysis options 2023-12-29 09:20:28 +13:00
pubspec.lock Add persistence to matrix Client 2023-12-30 16:11:20 +13:00
pubspec.yaml Add persistence to matrix Client 2023-12-30 16:11:20 +13:00

README.md

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