An app for Mbin and Lemmy, connecting you to the fediverse. TODO: revert 3275bd7429 (see kbin-readd branch)
Go to file
John Wesley a9931f2ebd Implement FeedSource for lemmy feed view 2024-02-20 23:07:22 -05:00
.github Add better issue templates for GitHub 2024-01-20 15:02:57 -05:00
.vscode Add app icon design (#3) 2024-01-04 09:37:05 -05:00
android Search (#14) 2024-02-06 10:48:25 -05:00
assets/icons Update info for app store 2024-01-23 17:11:31 -05:00
ios Add app icon design (#3) 2024-01-04 09:37:05 -05:00
lib Implement FeedSource for lemmy feed view 2024-02-20 23:07:22 -05:00
linux Themes (#11) 2024-01-29 09:17:08 -05:00
macos Themes (#11) 2024-01-29 09:17:08 -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 Themes (#11) 2024-01-29 09:17:08 -05:00
.gitignore Refactor api models to use the freezed package 2024-01-06 16:49:57 -05:00
LICENSE Initial commit 2023-12-11 09:26:29 -05:00
PRIVACY_POLICY.md Add a privacy policy for app stores 2024-01-24 09:44:07 -05:00
README.md Add Mbin to readme (#21) 2024-02-18 16:24:44 -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 Finish migrating the last models to new format 2024-02-19 16:46:38 -05:00
pubspec.yaml Finish migrating the last models to new format 2024-02-19 16:46:38 -05:00

README.md

Interstellar

An app for Kbin or Mbin; 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

You can ask questions, report bugs, or make suggestions either here on GitHub, or in the interstellar magazine. You can also join the matrix room for real time discussion.

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, use dart run build_runner build to build the generated code for models (this only needs to run once unless you modify one of the models). Finally, you can use flutter run to develop, and flutter build {platform} for release files.

Generating app icon

The app icon is under the assets/icons folder, where the logo.png file is just the transparent one overlayed on the current background color #423862. This is generated with the flutter_launcher_icons package, and all relevant configuration is in the pubspec.yaml file.

Icons created by Benjamin Mathis

To generate a new icon, simply run the following: dart run flutter_launcher_icons