Un client android per lemmy - un'alternativa federata a reddit
Go to file
Marcin Wojnarowski d4d4a5b999
Migrate modlog to mobx (#303)
* Migrate modlog to mobx

* Remove column

* Add MobxProvider and DisposableStore

* Add modlog store tests
2021-12-04 18:03:54 +01:00
.github Rename and remove stuff, add PullToRefresh (#293) 2021-11-12 17:01:17 +01:00
.vscode add build_runner watch task 2021-10-02 23:15:35 +02:00
android [ImgBot] Optimize images 2021-11-16 07:03:07 +01:00
assets Merge pull request #300 from krawieck/imgbot 2021-11-25 11:21:19 +01:00
fastlane [ImgBot] Optimize images 2021-11-16 07:03:07 +01:00
ios Bump freezed to v1 (#305) 2021-11-29 14:15:54 +01:00
lib Migrate modlog to mobx (#303) 2021-12-04 18:03:54 +01:00
linux Feature/logging (#251) 2021-09-23 19:25:03 +02:00
scripts Migrate modlog to mobx (#303) 2021-12-04 18:03:54 +01:00
test Migrate modlog to mobx (#303) 2021-12-04 18:03:54 +01:00
windows Change windows file description 2021-02-09 09:14:57 +01:00
.gitignore Rename and remove stuff, add PullToRefresh (#293) 2021-11-12 17:01:17 +01:00
.metadata first commit 2020-08-02 13:34:42 +02:00
CHANGELOG.md Localize rest of intl (#301) 2021-11-25 18:49:43 +01:00
CONTRIBUTING.md L10n/timeago (#298) 2021-11-16 17:06:07 +01:00
LICENSE Create LICENSE 2020-09-22 20:45:06 +02:00
README.md Update readme 2021-04-06 14:22:19 +02:00
analysis_options.yaml Migrate modlog to mobx (#303) 2021-12-04 18:03:54 +01:00
l10n.yaml L10n/timeago (#298) 2021-11-16 17:06:07 +01:00
pubspec.lock Bump freezed to v1 (#305) 2021-11-29 14:15:54 +01:00
pubspec.yaml Bump freezed to v1 (#305) 2021-11-29 14:15:54 +01:00

README.md

lemmur

Get it on F-Droid

A mobile client for Lemmy - a federated reddit alternative

Buy Me A Coffee

Build from source

Prerequisites

  • Install flutter: To check if this step was successful run flutter doctor (Installing android studio is not required if you setup the android SDK yourself)
  • Clone this repo: git clone https://github.com/krawieck/lemmur
  • Enter the repo: cd lemmur

Android

  1. Build: flutter build apk

The apk will be in build/app/outputs/flutter-apk/app-release.apk

Linux

  1. Make sure you have the additional linux requirements (verify with flutter doctor)
  2. Enable linux desktop:
    flutter config --enable-linux-desktop
    
  3. Build: flutter build linux

The executable will be in build/linux/release/bundle/lemmur (be aware, however, that this executable is not standalone)

Windows

  1. Make sure you have the additional windows requirements (verify with flutter doctor)
  2. Enable windows desktop:
    flutter config --enable-windows-desktop
    
  3. Build: flutter build windows

The executable will be in build\windows\runner\Release\lemmur.exe (be aware, however, that this executable is not standalone)

FAQ

Version x.x.x was released, why is it not yet on F-droid?

We have no control over F-droid's build process. This process is automatic and not always predictable in terms of time it takes. If a new version does not appear in F-droid a week after its release, then feel free to open an issue about it and we will look into it.

"App not installed" - what to do?

When installing the APK directly you might get this message. This happens when you are trying to update lemmur from a different source than where you originally got it from. To fix it simply uninstall the previous version (you will lose all local data) and then install the new one. Always make sure to install lemmur APKs only from verified sources.