restrict_raw_flutter 0.2.1 copy "restrict_raw_flutter: ^0.2.1" to clipboard
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.
1
likes
150
points
96
downloads

Publisher

verified publishersotaatos.dev

Weekly Downloads

An analyzer plugin to restrict usage of Flutter's standard widgets and encourage using custom design system components.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin

More

Packages that depend on restrict_raw_flutter