Go to file
Brandon Presley f229c0371b Save username/password instead of tokens
The tokens never worked. I don't know what i'm doing wrong but fluffychat basically just logs in and never tries to save anything. Im not sure how im meant to do this.
2023-12-30 11:17:21 +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 Save username/password instead of tokens 2023-12-30 11:17:21 +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