flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.53k stars 314 forks source link

Add `avoid-importing-entrypoint-exports` DCM lint. #7897

Closed kenzieschmoll closed 4 weeks ago

kenzieschmoll commented 4 weeks ago

This lint will provide a warning whenever entrypoint exports are imported directly (like the devtools_app.dart file).