kbin-mobile icon indicating copy to clipboard operation
kbin-mobile copied to clipboard

Kbin mobile client based on Flutter and Dart.

Kbin-mobile

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

Getting Started

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

Documentation

https://docs.kbin.info - Kbin API Reference

Contributing

License