Kbin mobile client based on Flutter and Dart.
Kbin is a reddit-like content aggregator and micro-blogging platform for the fediverse.
This is a very early beta version, and a lot of features are currently broken or in active development, such as federation.
- https://kbin.info - project website
- https://dev.karab.in - instance for testing purposes only
- https://karab.in - polish-lang instance
- https://kbin.pub - english-lang instance
- kbin-core (Symfony / PHP)
- kbin-js-client (TypeScript)
https://flutter.dev/docs/get-started/install
# Clone this repository
$ git clone https://github.com/ernestwisniewski/kbin-mobile
# Go into the repository
$ cd kbin-mobile
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run
https://docs.kbin.info - Kbin API Reference