this post was submitted on 11 Dec 2023
73 points (100.0% liked)

/kbin meta

16 readers
2 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago
 

I've been working for the past week on a new kbin app. At the moment, it's just a prototype and only the "Feed" view has content (you can't sign into an account or post anything yet); you can see threads, thread images, thread comments, thread links, and thread votes/boosts. You can also change the "Theme Mode" and "Instance Host" in the settings.

Here's a link to the source code (contributions welcome for those that know flutter): github.com/jwr1/interstellar.
For testers, here's the link to the latest working build: github.com/jwr1/interstellar/releases (AppImage and APK).

Feel free to post any bugs or suggestions in the comments, on GitHub, or on the Interstellar magazine.

Again, this is just a prototype. If someone else is working on a better kbin app, I might just use that instead.

you are viewing a single comment's thread
view the rest of the comments
[–] jwr1@kbin.social 2 points 9 months ago (1 children)

Both kbin.run and kbin.melroy.org support the api and are english if you want to try those.

[–] Damaskox@kbin.social 1 points 9 months ago (1 children)

I took kbin.run.
I can see the threads and the comments within, and the up/downvotes.

One comment had white text on light-blue background so that's tough to read.

[–] jwr1@kbin.social 1 points 9 months ago (1 children)

Yes, I noticed that. I think those are from citations (with >).

[–] Damaskox@kbin.social 1 points 9 months ago (1 children)
[–] jwr1@kbin.social 2 points 9 months ago

I was using the flutter_markdown package to render markdown. Fortunately, the text style can be changed, so once I get around to it, I'll fix the color issue.