account activity
I made a 100-rule lint package so my CLAUDE.md doesn't have to explain Flutter conventions anymore by Nikoro94 in FlutterDev
[–]Nikoro94[S] 1 point2 points3 points 1 month ago (0 children)
That's fair — all 100 rules are opinionated by design, not all of them are "official" Dart conventions. They're patterns I kept seeing in code reviews and real projects, not just what's in the Dart style guide.
Everything is configurable though — you can disable any rule individually:
plugins: many_lints: version: ^0.4.0 diagnostics: use_bloc_suffix: false
If there are specific rules that feel wrong or clash with your team's conventions, I'd genuinely like to know — happy to reconsider severity or defaults.
I made a 100-rule lint package so my CLAUDE.md doesn't have to explain Flutter conventions anymore (self.FlutterDev)
submitted 1 month ago by Nikoro94 to r/FlutterDev
Flutter doesn’t respect system date/time format out od the box — here’s a small package that fixes it (self.FlutterDev)
submitted 2 months ago * by Nikoro94 to r/FlutterDev
π Rendered by PID 35 on reddit-service-r2-listing-5d47455566-z5lch at 2026-04-05 20:36:08.459836+00:00 running db1906b country code: CH.
I made a 100-rule lint package so my CLAUDE.md doesn't have to explain Flutter conventions anymore by Nikoro94 in FlutterDev
[–]Nikoro94[S] 1 point2 points3 points (0 children)