Un client android per lemmy - un'alternativa federata a reddit
Go to file
krawieck ebf46a073b Release v0.2.3 2021-02-09 16:10:31 +01:00
.github Add appbundle for releases 2021-02-05 20:21:51 +01:00
android Conditional signing 2021-02-05 20:29:10 +01:00
assets Restore readme_icon.svg 2020-12-04 21:20:29 +01:00
fastlane/metadata/android Release v0.2.3 2021-02-09 16:10:31 +01:00
ios Sign release apks (#123) 2021-01-30 13:40:43 +00:00
lib Revise theming (#140) 2021-02-09 15:12:13 +01:00
linux Sign release apks (#123) 2021-01-30 13:40:43 +00:00
scripts Refactor 2021-02-05 00:04:14 +01:00
test added blank test 2020-08-31 23:21:12 +02:00
windows Change windows file description 2021-02-09 09:14:57 +01:00
.gitignore ignore .vscode and update lock file 2020-08-31 23:22:09 +02:00
.metadata first commit 2020-08-02 13:34:42 +02:00
CHANGELOG.md Release v0.2.3 2021-02-09 16:10:31 +01:00
CONTRIBUTING.md hotfix: removed mobx mentions 2020-10-28 00:00:08 +01:00
LICENSE Create LICENSE 2020-09-22 20:45:06 +02:00
README.md Add funding options 2020-12-04 13:22:42 +00:00
analysis_options.yaml Exclude assets gen file 2021-01-30 17:41:16 +00:00
pubspec.lock Revise theming (#140) 2021-02-09 15:12:13 +01:00
pubspec.yaml Release v0.2.3 2021-02-09 16:10:31 +01:00

README.md

style: effective dart

lemmur

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. Switch to dev channel of flutter:
    flutter channel dev
    flutter upgrade
    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. Switch to dev channel of flutter:
    flutter channel dev
    flutter upgrade
    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)