flutterHooksPackageRules top-level constant
Rules specific to the flutter_hooks package.
Implementation
const Set<String> flutterHooksPackageRules = <String>{
'avoid_hooks_outside_build',
'avoid_conditional_hooks',
'avoid_unnecessary_hook_widgets',
};