markup_analyzer 4.0.0
markup_analyzer: ^4.0.0 copied to clipboard
This tool checks the markup of a Flutter project and generates a report.
4.0.0 #
- Breaking: migrated from
custom_lintto nativeanalysis_server_plugin— no longer requirescustom_lintdependency - Checks are now scoped to Flutter widget constructors only (ignores non-widget calls)
- Type-aware analysis: only flags expressions that actually return
String - Severity and enable/disable per-diagnostic configured via
analysis_options.yaml - Minimum Dart SDK bumped to
3.11.0
1.0.0 #
- Initial version.
1.0.1 #
- add work with directories, update README.md and terminal output user-friendly
1.0.2 #
- add exception handling for file reading
1.0.3 #
- rename packet from test_localization to markup_analyzer
1.0.4 #
- change ReadMe.md
2.0.0 #
- Markup Analyzer its lint
3.0.6 #
- Refactoring, change version custom_lint
3.0.7 #
- Update custom_lint
3.0.8 #
- resolve version packages