mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
I come across this when migrating my codebase. There is indeed a linter rule for it: unnecessary_overrides (see screenshot below for an example). I can help enabling the rule (as well as other rules, and/or dart formatter, etc) for Flutter codebase if needed. 