This repository was archived by the owner on Dec 4, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Building
Roman Cinis edited this page Dec 5, 2020
·
2 revisions
In this section, you can learn how to build this project yourself.
Not all packages are ready for null-safety at this moment. Please use the "no sound null safety" flag in all cases:
--no-sound-null-safety
Web-version should also have an SKIA flag enabled because the SVG plugin is not working properly in browsers:
--dart-define=FLUTTER_WEB_USE_SKIA=true
Flutter version 1.22 or higher is assumed to be installed. Please run this command from the project's folder, in your terminal:
flutter config --enable-web
flutter build web --release --dart-define=FLUTTER_WEB_USE_SKIA=true --no-sound-null-safety
flutter config --enable-macos-desktop
flutter build macos --release --no-sound-null-safety
flutter config --enable-windows-desktop
flutter build windows --release --no-sound-null-safety
flutter config --enable-linux-desktop
flutter build linux --release --no-sound-null-safety
flutter build apk --split-per-abi --no-sound-null-safety
flutter build ios --release --no-codesign --no-sound-null-safety
As long as your platform can open Chromium-based v83+ or Firefox v77+ web browser — you can use and install the PWA version of this app.