conalyz 0.1.2
conalyz: ^0.1.2 copied to clipboard
A powerful CLI tool for analyzing Flutter applications for accessibility issues using AST-based analysis with comprehensive widget coverage.
0.1.2 #
- Added an agent skill (
conalyz/SKILL.md) for AI assistants (e.g., Claude Code, Cursor, Copilot). - Added WCAG reference section and detailed step-by-step instructions to
SKILL.md. - Enhanced README with a comprehensive badge row.
0.1.1 #
- Fixed compatibility issues with analyzer package
v9.0.0+. - Updated
name2tonameproperty in AST traversal to match the latest analyzer API. - Removed unused imports and improved code quality.
- Fixed potential null safety issues in widget analysis.
- Updated minimum Dart SDK version to
3.0.0. - Improved error handling in AST traversal.
0.1.0 #
- Initial release of Conalyz CLI.
- AST-based Flutter accessibility analyzer with comprehensive widget coverage.
- Support for both mobile and web platforms.
- Automatic usage tracking (lines scanned, analysis time).
- JSON and HTML report generation.
- Detailed usage statistics and productivity insights.
- Support for analyzing entire Flutter projects or individual Dart files.
- Comprehensive checks for Material and Cupertino widgets.
- WCAG compliance validation.
- Interactive HTML reports with filtering capabilities.