Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 835 Bytes

BUILD.md

File metadata and controls

46 lines (30 loc) · 835 Bytes

Build Steps

Once you have followed the instructions to complete the Getting Started section in README.md, run the code generation:

dart pub global activate derry
derry gen:build:complete
flutter gen-l10n

Finally, build for your platform:

Android

flutter build apk --multidex --obfuscate --split-debug-info=build/utilities_example/outputs/symbols --split-per-abi --release --flavor production

Linux

flutter build linux --obfuscate --split-debug-info=build/utilities_example/production/outputs/symbols --release

Web

flutter build web --dart2js-optimization O4 --release --csp

Installation

To install run:

flutter install

The project has not been tested for windows, iOS and macos