restrict_raw_flutter 0.2.1
restrict_raw_flutter: ^0.2.1 copied to clipboard
An analyzer plugin to restrict usage of Flutter's standard widgets and encourage using custom design system components.
0.2.1 #
- Fix: Resolved all lint warnings (added documentation, fixed line lengths, cascade invocations, sorted dependencies)
0.2.0 #
- Add: BanColorRule - Restricts usage of Color constructor (e.g., Color(0xFF000000), Color.fromARGB(), Color.fromRGBO())
0.1.0 #
- Add: BanColorsRule - Restricts usage of Flutter's Colors class (e.g., Colors.red, Colors.blue)
0.0.2 #
- Fix: Readme.md
0.0.1 #
- Initial version.