flamePackageRules top-level constant

Set<String> const flamePackageRules

Rules specific to the Flame game engine package.

Implementation

const Set<String> flamePackageRules = <String>{
  'avoid_creating_vector_in_update',
  'avoid_redundant_async_on_load',
};