Un client android per lemmy - un'alternativa federata a reddit
Go to file
Filip Krawczyk 8b141ca6d3
Merge pull request #74 from krawieck/post-creation-pictrs
2020-10-24 21:49:07 +02:00
.github Update issue templates 2020-09-22 00:30:45 +02:00
android add network permission for android 2020-09-08 11:10:44 +02:00
ios update LAC, add image_picker 2020-10-24 00:11:44 +02:00
lib error handling on image upload 2020-10-24 19:58:38 +02:00
test added blank test 2020-08-31 23:21:12 +02: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 created changelog 2020-09-22 01:46:29 +00:00
CONTRIBUTING.md utils -> utilities 2020-09-23 23:18:13 +00:00
LICENSE Create LICENSE 2020-09-22 20:45:06 +02:00
README.md Add build instructions 2020-10-20 20:09:58 +02:00
analysis_options.yaml activate prefer_final_locals lint rule 2020-09-16 23:22:04 +02:00
pubspec.lock bump LAC 2020-10-24 11:26:08 +02:00
pubspec.yaml bump LAC 2020-10-24 11:26:08 +02:00

README.md

lemmur

style: effective dart

A lemmy mobile client

How to build

Requirements: flutter installed and added to path

git clone https://github.com/krawieck/lemmur
cd lemmur
flutter build apk

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