flutter_semantic_lints 0.1.0
flutter_semantic_lints: ^0.1.0 copied to clipboard
Custom lint rules that detect meaningless, conflicting, or no-effect Flutter code.
0.1.0 #
- Initial release.
- Add custom_lint plugin registration.
- Add conflicting parameter rules:
box_decoration_color_gradientcontainer_color_decoration
- Add useless parameter rule:
expanded_flex_one
- Add no-effect widget rule:
opacity_one
- Add example project with positive, negative, and edge cases.