An app for Mbin and Lemmy, connecting you to the fediverse. TODO: revert 3275bd7429 (see kbin-readd branch)
Go to file
John Wesley 7ed1afbfdd Implement blurhash for images and avatars, start basic full screen image page 2024-05-29 10:53:02 -04:00
.github Update _feature_request.yaml 2024-04-29 22:56:12 -04:00
.vscode Add app icon design (#3) 2024-01-04 09:37:05 -05:00
android Disable dependenciesInfo for android 2024-05-19 19:11:22 -04:00
assets Update desktop screenshots 2024-04-18 14:22:36 -04:00
ios Add app icon design (#3) 2024-01-04 09:37:05 -05:00
lib Implement blurhash for images and avatars, start basic full screen image page 2024-05-29 10:53:02 -04:00
linux Implement blurhash for images and avatars, start basic full screen image page 2024-05-29 10:53:02 -04:00
macos Themes (#11) 2024-01-29 09:17:08 -05:00
web Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
windows Implement blurhash for images and avatars, start basic full screen image page 2024-05-29 10:53:02 -04: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 Update matrix link 2024-05-01 12:05:50 -04: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 Implement blurhash for images and avatars, start basic full screen image page 2024-05-29 10:53:02 -04:00
pubspec.yaml Implement blurhash for images and avatars, start basic full screen image page 2024-05-29 10:53:02 -04:00

README.md

Interstellar

An app for Kbin, Mbin, and Lemmy; connecting you to the fediverse.

Downloads

See the latest release for direct APK files, an AppImage, and more platforms.

Discussion

You can ask questions, report bugs, make suggestions, etc., to any of the following:

Screenshots


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