testOnlyPackages constant
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',
];