17 lines
319 B
Makefile
17 lines
319 B
Makefile
gen:
|
|
dart pub run build_runner build --delete-conflicting-outputs
|
|
|
|
icon:
|
|
dart pub 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/resourses.g.dart --no-watch --no-preview
|
|
|
|
loc:
|
|
flutter gen-l10n
|