An app for Mbin and Lemmy, connecting you to the fediverse. TODO: revert 3275bd7429 (see kbin-readd branch)
Go to file
John Wesley e7ce45aff2 Fix default sort settings not saving 2024-06-10 15:02:43 -04:00
.github Remove unused iOS, macOS, and web platform files 2024-05-31 12:39:41 -04:00
android Update Interstellar logo to remove kbin section 2024-06-01 16:13:47 -04:00
assets Add new user and bot account indicators 2024-06-06 18:37:31 -04:00
lib Fix default sort settings not saving 2024-06-10 15:02:43 -04:00
linux Implement blurhash for images and avatars, start basic full screen image page 2024-05-29 10:53:02 -04:00
windows Update Interstellar logo to remove kbin section 2024-06-01 16:13:47 -04:00
.gitignore Remove .vscode directory 2024-06-06 16:36:50 -04: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 Remove all references to kbin 2024-05-31 11:25:42 -04:00
analysis_options.yaml Enable prefer_single_quotes rule in formatter 2024-05-31 12:52:10 -04:00
l10n.yaml Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00
pubspec.lock Adds support for editing and deleting lemmy posts. (#48) 2024-05-30 11:26:03 -04:00
pubspec.yaml Update Interstellar logo to remove kbin section 2024-06-01 16:13:47 -04:00

README.md

Interstellar

An app for 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