Chat experiment with Kotlin and Dart
  • Kotlin 75.8%
  • Dart 22.1%
  • Swift 2.1%
Find a file
2024-10-29 23:48:30 -03:00
bin basic authentication with pocketbase 2024-02-10 01:06:45 -03:00
client server account creation 2024-10-29 23:48:30 -03:00
lib/server server account creation 2024-10-29 23:48:30 -03:00
test initial commit 2024-01-31 03:08:42 -03:00
.editorconfig safely close the server with a signal 2024-07-02 22:49:07 -03:00
.env.example basic authentication with pocketbase 2024-02-10 01:06:45 -03:00
.gitignore basic authentication with pocketbase 2024-02-10 01:06:45 -03:00
analysis_options.yaml initial commit 2024-01-31 03:08:42 -03:00
COPYING initial commit 2024-01-31 03:08:42 -03:00
pubspec.lock fix connection error messages and implement chat messages UI 2024-03-24 17:11:47 -03:00
pubspec.yaml basic authentication with pocketbase 2024-02-10 01:06:45 -03:00
README.md basic authentication with pocketbase 2024-02-10 01:06:45 -03:00

Spacing Chat

A try at a chat app.

Server

The Spacing Chat server requires a running PocketBase server.

Run the Spacing Chat server with Dart using

dart run

Client

The client is made with Kotlin Compose. Make sure you have JDK 21 installed and run inside the client directory:

./gradlew run

License

The Spacing Chat server is licensed under AGPL 3.0 or later. You may freely copy, distribute and modify it. Any modifications, including on network use, must also be distributed under AGPL. You can read the COPYING file for more information.

The Spacing Chat client is licensed under GPL 3.0 or later. You may freely copy, distribute and modify it. Any modifications must also be distributed under GPL. You can read the COPYING file for more information.