24 lines
424 B
Makefile
Raw Permalink Normal View History

2024-12-08 18:49:37 +04:00
gen:
flutter pub run build_runner build --delete-conflicting-outputs
icon:
flutter pub run flutter_launcher_icons:main
hello:
echo "Hi!"; \
echo "I`m makefile"; \
echo "^_^"
init_res:
dart pub global activate flutter_asset_generator
format:
dart format . --line-length 100
res:
fgen --output lib/components/resources.g.dart --no-watch --no-preview; \
2024-12-12 13:40:51 +04:00
make format
loc:
flutter gen-l10n && \
make format