conalyz 0.1.0
conalyz: ^0.1.0 copied to clipboard
A powerful CLI tool for analyzing Flutter applications for accessibility issues using AST-based analysis with comprehensive widget coverage.
0.1.0 - 2025-12-01 #
- 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
[Unreleased] #
Added #
- Initial project setup
- Core analysis engine
- Basic reporting functionality
Changed #
- Updated dependencies to latest stable versions
Fixed #
- Minor bug fixes and improvements