flutter-dart-code-review

安装量: 7.6K
排名: #2122

安装

npx skills add https://github.com/affaan-m/ecc --skill flutter-dart-code-review

Flutter/Dart Code Review Best Practices Comprehensive, library-agnostic checklist for reviewing Flutter/Dart applications. These principles apply regardless of which state management solution, routing library, or DI framework is used. 1. General Project Health Project follows consistent folder structure (feature-first or layer-first) Proper separation of concerns: UI, business logic, data layers No business logic in widgets; widgets are purely presentational pubspec.yaml is clean — no unused dependencies, versions pinned appropriately analysis_options.yaml includes a strict lint set with strict analyzer settings enabled No print() statements in production code — use dart:developer log() or a logging package Generated files ( .g.dart , .freezed.dart , .gr.dart ) are up-to-date or in .gitignore Platform-specific code isolated behind abstractions Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜