dart-cli-app-best-practices
作成者: flutter
エントリポイントファイル(例:bin/my_app.dart)の内容は最小限に保ってください。これにより、ロジックをプロセスランナーから切り離してテスト容易性が向上します。
npx skills add https://github.com/flutter/skills --skill dart-cli-app-best-practicesエントリポイントファイル(例:bin/my_app.dart)の内容は最小限に保ってください。これにより、ロジックをプロセスランナーから切り離してテスト容易性が向上します。
npx skills add https://github.com/flutter/skills --skill dart-cli-app-best-practices