41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# Extera Next
|
|
Extera Next is another generation of Extera, made on top of FluffyChat.
|
|
|
|
# Features
|
|
|
|
- 📩 Send all kinds of messages, images and files
|
|
- 🎙️ Voice messages
|
|
- 📍 Location sharing
|
|
- 🔔 Push notifications
|
|
- 💬 Unlimited private and public group chats
|
|
- 📣 Public channels with thousands of participants
|
|
- 🛠️ Feature rich group moderation including all matrix features
|
|
- 🔍 Discover and join public groups
|
|
- 🌙 Dark mode
|
|
- 🎨 Material You design
|
|
- 📟 Hides complexity of Matrix IDs behind simple QR codes
|
|
- 😄 Custom emotes and stickers
|
|
- 🌌 Spaces
|
|
- 🔄 Compatible with Element, Nheko, NeoChat and all other Matrix apps
|
|
- 🔐 End to end encryption
|
|
- 🔒 Encrypted chat backup
|
|
- 😀 Emoji verification & cross signing
|
|
|
|
And now what was implemented in Extera Next:
|
|
- Built-in message translation
|
|
- Message recovery for Synapse admins
|
|
- Pitch black theme for AMOLED devices
|
|
|
|
... and much more. (actually no)
|
|
|
|
|
|
# Build
|
|
To build, make sure you have [matrix-dart-sdk](https://git.extera.xyz/OfficialDakari/matrix-dart-sdk) in the same directory as Extera Next.
|
|
|
|
Or, replace `matrix` in pubspec.yaml:
|
|
```yaml
|
|
matrix:
|
|
git:
|
|
url: https://git.extera.xyz/OfficialDakari/matrix-dart-sdk.git
|
|
ref: main
|
|
``` |