flutter_custom_lints 1.0.4 copy "flutter_custom_lints: ^1.0.4" to clipboard
flutter_custom_lints: ^1.0.4 copied to clipboard

A collection of custom lint rules for Flutter and Dart projects that enforce best practices and prevent common coding mistakes.

1.0.4 #

  • Add dispose_controllers lint rule to enforce proper disposal of controllers like AnimationController, TextEditingController, etc.
  • Prevents memory leaks by ensuring controllers have corresponding dispose() calls
  • Supports 9 common controller types including StreamController and StreamSubscription
  • Provides clear error messages for missing dispose methods or undisposed controllers

1.0.3 #

  • Remove FVM-related content from README
  • Remove hardcoded dependency versions from README to prevent misleading users

1.0.2 #

  • Fix export problem

1.0.1 #

  • Iterable access error lint fixes

1.0.0 #

  • Initial version.
1
likes
0
points
482
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of custom lint rules for Flutter and Dart projects that enforce best practices and prevent common coding mistakes.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, custom_lint_builder, flutter_lints, path

More

Packages that depend on flutter_custom_lints