this post was submitted on 28 Apr 2022
23 points (100.0% liked)
lemmur
654 readers
1 users here now
Community dedicated to discussions around a mobile lemmy client
Code repository: github.com/LemmurOrg/lemmur
Contribute translations: Weblate
Download for your device:
- Android: Google Play Store
- Android: F-Droid
- iOS: Apple TestFlight
- Direct from GitHub
Support development:
Before asking for help with a problem make sure you've read the FAQ
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's good but it is also good for there to be a plurality of clients. One reason why Reddit did so well I think is because of how they built it to be client neutral compared to facebook or even twitter.
Of course, but jerboa should be a better base for future clients, since it's a native-android client
You're correct - Flutter isn't a native Android language and instead will compile the codebase to an app native to the intended platform(s). However, I think you may be mixing up Jerboa and Lemmur. Jerboa is written in Kotlin, which is a modern 1st class Android language. Lemmur is written in Flutter.