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-l10nFinally, build for your platform:
flutter build apk --multidex --obfuscate --split-debug-info=build/utilities_example/outputs/symbols --split-per-abi --release --flavor productionflutter build linux --obfuscate --split-debug-info=build/utilities_example/production/outputs/symbols --releaseflutter build web --dart2js-optimization O4 --release --cspTo install run:
flutter installThe project has not been tested for
windows,iOSandmacos