- Multi-platform support (Android, iOS, Desktop?)
- Friend Location
- Friend list
- Friend profile
- Settings(i8n, theme...)
- Friend Profile actions(add friend, block...)
- World Profile UI(world name, description, tags...) and actions(favorite...)
- Group Profile UI(group name, description, tags...) and actions(favorite...)
- Notifications UI and actions(mark as read, delete...)
- Support for System Notifications
The app uses the following multiplatform dependencies in its implementation:
- Ktor for networking
- kotlinx.serialization for JSON handling
- Koin for dependency injection
- Voyager for shared Model implementations in common code and Navigation
- Sultiplatform-Settings for Key-Value preferences
- Jetpack Compose
- Coil for image loading