pmu_kursach/makefile
2024-12-16 19:00:34 +04:00

18 lines
343 B
Makefile

gen:
dart run build_runner build --delete-conflicting-outputs
icon:
dart run flutter_launcher_icons:main
init_res:
dart pub global activate flutter_asset_generator
format:
dart format . --line-length 100
res:
fgen --output lib/components/resources/resources.g.dart --no-watch --no-preview; \
make format
locale:
flutter gen-l10n