2025-11-10 23:55:41 +00:00
|
|
|
include: package:flutter_lints/flutter.yaml
|
|
|
|
|
|
2025-11-20 22:43:34 +00:00
|
|
|
linter:
|
|
|
|
|
rules:
|
|
|
|
|
# Prefer relative imports
|
|
|
|
|
always_use_package_imports: false
|
|
|
|
|
avoid_relative_lib_imports: false
|
|
|
|
|
|
2025-11-10 23:55:41 +00:00
|
|
|
# Additional information about this file can be found at
|
|
|
|
|
# https://dart.dev/guides/language/analysis-options
|