flutter_design_guard 0.1.0-dev.1 copy "flutter_design_guard: ^0.1.0-dev.1" to clipboard
flutter_design_guard: ^0.1.0-dev.1 copied to clipboard

Analyzer plugin rules for enforcing Flutter design-system widgets, colors, typography, spacing, and UI standards.

0.1.0-dev.1 - 2026-08-06 #

  • Added the official Dart analyzer plugin entry point.
  • Added the avoid_native_text_field diagnostic.
  • Added semantic detection for Flutter Material TextField and TextFormField.
  • Added configurable replacement widget names.
  • Added allowed implementation paths.
  • Allowed native text fields inside the configured replacement class.
  • Added configuration parsing, tests, documentation, and an example project.

0.0.1 #

  • Initial release.
  • Added the avoid_native_text_field lint rule.
  • Reports a warning when Flutter's TextField is used directly.
  • Reports a warning when Flutter's TextFormField is used directly.
  • Recommends using CustomTextField instead.
4
likes
0
points
336
downloads

Publisher

unverified uploader

Weekly Downloads

Analyzer plugin rules for enforcing Flutter design-system widgets, colors, typography, spacing, and UI standards.

Repository (GitHub)
View/report issues

Topics

#flutter #analyzer-plugin #static-analysis #design-system #lints

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, yaml

More

Packages that depend on flutter_design_guard