flutter_design_guard 0.1.0-dev.1
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_fielddiagnostic. - Added semantic detection for Flutter Material
TextFieldandTextFormField. - 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_fieldlint rule. - Reports a warning when Flutter's
TextFieldis used directly. - Reports a warning when Flutter's
TextFormFieldis used directly. - Recommends using
CustomTextFieldinstead.