mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
Enable new DCM rule: avoid-cascade-after-if-null Reference: https://dcm.dev/docs/rules/common/avoid-cascade-after-if-null/
A strict and satisfying lint for any Flame, Flutter or Dart project.
flame_lint
Package with the lint rules used in all Flame Engine and Blue Fire projects.
Install
-
Add
flame_lintas a dependency in yourpubspec.yaml(check on pub if you don't know how). -
Then include it on your
analysis_options.yamlfile:
include: package:flame_lint/analysis_options.yaml