2024-12-09 15:14:31 +04:00
|
|
|
gen:
|
|
|
|
flutter pub build_runner build --delete-conflicting-outputs
|
|
|
|
|
|
|
|
icon:
|
|
|
|
flutter pub run flutter_launcher_icons:main
|
|
|
|
|
|
|
|
init_res:
|
|
|
|
dart pub global activate flutter_assets_generator
|
|
|
|
|
|
|
|
format:
|
|
|
|
dart format . --line-length 100
|
|
|
|
|
|
|
|
res:
|
|
|
|
fgen --output lib/components/resources.g.dart --no-watch --no-preview; \
|
2024-12-20 12:17:48 +04:00
|
|
|
make format
|
|
|
|
|
|
|
|
loc:
|
|
|
|
flutter gen l10n
|