An app for Mbin and Lemmy, connecting you to the fediverse. TODO: revert 3275bd7429 (see kbin-readd branch)
Go to file
John Wesley d6e1ae1adc Update version 2023-12-12 15:00:00 -05:00
android Fix issues with android build 2023-12-11 10:45:43 -05:00
assets/images Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
ios Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
lib Start magazine feed page, make numbers human readable 2023-12-12 14:42:10 -05:00
linux Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
macos Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
test Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
web Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
windows Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
.gitignore Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
LICENSE Initial commit 2023-12-11 09:26:29 -05:00
README.md Update README.md 2023-12-11 16:36:54 -05:00
analysis_options.yaml Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
l10n.yaml Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
pubspec.lock Update version 2023-12-12 15:00:00 -05:00
pubspec.yaml Update version 2023-12-12 15:00:00 -05:00

README.md

Interstellar

An app for Kbin; connecting you to the fediverse.

Installation

At the moment, Interstellar can be tested on both Linux and Android (you could also build from source for other platforms). You'll find the latest build files here.

Discussion

The Interstellar magazine is located on Kbin here: kbin.social/m/interstellar. You can ask questions, report bugs, or make suggestions either here on GitHub, or in the magazine.

Contributing

Interstellar uses Flutter as its framework, so make sure you have the Flutter SDK installed before doing anything else. Then, run flutter doctor -v to see instructions for setting up different build platforms (e.g. android studio for APKs). Once that's done, you can use flutter run to develop, and flutter build {platform} for release files.