- Created staff_main package with module, bloc, and pages - Integrated staff_home into staff_main - Updated route constants to use /worker-main - Fixed intl version conflict
8 lines
152 B
YAML
8 lines
152 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
linter:
|
|
rules:
|
|
avoid_print: true
|
|
prefer_single_quotes: true
|
|
always_use_package_imports: true
|