testOnlyPackages constant

List<String> const testOnlyPackages

Common test-only packages that should be in dev_dependencies

Implementation

static const List<String> testOnlyPackages = <String>[
  'test',
  'flutter_test',
  'mockito',
  'build_runner',
  'json_annotation',
  'json_serializable',
  'freezed',
  'build_verify',
];