Files
trailbase/client/dart
Sebastian Jeltsch be3cd2f6f7 Add an initial Kotlin client. #146 #144
Missing:
 * No docs examples yet.
 * No realtime subscriptions yet.

I'm not overly familar with Kotlin, so another set of eyes would be appreciated to converge towards a more idiomatic implementation.
2025-10-01 14:51:38 +02:00
..
2025-07-24 17:30:10 +02:00
2025-07-24 17:30:10 +02:00
2025-07-24 17:30:10 +02:00
2025-07-24 17:30:10 +02:00

TrailBase Client

TrailBase is a blazingly fast, open-source application server with type-safe APIs, built-in JS/ES6/TS runtime, realtime, auth, and admin UI built on Rust, SQLite & V8.

For more context, documentation, and an online demo, check out the website: trailbase.io.

This is the first-party client for hooking up your Flutter or Dart applications with TrailBase. While we're working on better documentation, an example Flutter app can be found in the repository under: /examples/blog/flutter.