This repository was archived by the owner on Jan 12, 2026. It is now read-only.
1.23.0
1.23.0
- fixed
no_leading_underscores_for_local_identifiers
to lint local function declarations - fixed
avoid_init_to_nullto correctly handle super
initializing defaults that are non-null - updated
no_leading_underscores_for_local_identifiers
to allow identifiers with just underscores - fixed
flutter_style_todosto support usernames that
start with a digit - updated
require_trailing_commasto handle functions
in asserts and multi-line strings - updated
unsafe_htmlto allow assignments to
img.src - fixed
unnecessary_null_checksto properly handle map
literal entries