flutterHooksPackageRules top-level constant

Set<String> const flutterHooksPackageRules

Rules specific to the flutter_hooks package.

Implementation

const Set<String> flutterHooksPackageRules = <String>{
  'avoid_hooks_outside_build',
  'avoid_conditional_hooks',
  'avoid_unnecessary_hook_widgets',
};