chore: always use Package Imports (#26630)

* chore: always_use_package_imports

* fix: lint

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Marvin M 2026-03-05 18:18:01 +01:00 committed by GitHub
parent 9b642633c1
commit ba3f114625
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 21 additions and 32 deletions

View file

@ -9,7 +9,7 @@
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml
formatter:
formatter:
page_width: 120
linter:
@ -33,6 +33,7 @@ linter:
require_trailing_commas: true
unrelated_type_equality_checks: true
prefer_const_constructors: true
always_use_package_imports: true
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options