An app for Mbin and Lemmy, connecting you to the fediverse. TODO: revert 3275bd7429 (see kbin-readd branch)
Go to file
John Wesley b9f83ad1d6 Add YouTube video embedding 2023-12-27 21:48:49 -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 Add YouTube video embedding 2023-12-27 21:48:49 -05:00
linux Add YouTube video embedding 2023-12-27 21:48:49 -05:00
macos Add YouTube video embedding 2023-12-27 21:48:49 -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 Add YouTube video embedding 2023-12-27 21:48:49 -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 Add YouTube video embedding 2023-12-27 21:48:49 -05:00
pubspec.yaml Add YouTube video embedding 2023-12-27 21:48:49 -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.