f1dd76a02e
*Total -- 366.27kb -> 156.63kb (57.24%) /ios/Runner/Assets.xcassets/LaunchImage.imageset/universal-light.png -- 86.99kb -> 36.23kb (58.35%) /ios/Runner/Assets.xcassets/LaunchImage.imageset/phone-dark.png -- 90.55kb -> 37.74kb (58.33%) /ios/Runner/Assets.xcassets/LaunchImage.imageset/universal-dark.png -- 106.80kb -> 45.01kb (57.86%) /ios/Runner/Assets.xcassets/LaunchImage.imageset/phone-light.png -- 76.71kb -> 32.90kb (57.11%) /assets/readme_icon.svg -- 2.65kb -> 2.40kb (9.34%) /assets/app_icon.svg -- 2.57kb -> 2.35kb (8.58%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
---|---|---|
.github | ||
android | ||
assets | ||
ios | ||
lib | ||
linux | ||
test | ||
windows | ||
.gitignore | ||
.metadata | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
analysis_options.yaml | ||
pubspec.lock | ||
pubspec.yaml |
README.md
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
- Build:
flutter build apk
The apk will be in build/app/outputs/flutter-apk/app-release.apk
Linux
- Make sure you have the additional linux requirements (verify with
flutter doctor
) - Switch to dev channel of flutter:
flutter channel dev flutter upgrade flutter config --enable-linux-desktop
- Build:
flutter build linux
The executable will be in build/linux/release/bundle/lemmur
(be aware, however, that this executable is not standalone)
Windows
- Make sure you have the additional windows requirements (verify with
flutter doctor
) - Switch to dev channel of flutter:
flutter channel dev flutter upgrade flutter config --enable-windows-desktop
- Build:
flutter build windows
The executable will be in build\windows\runner\Release\lemmur.exe
(be aware, however, that this executable is not standalone)