conalyz 0.1.1
conalyz: ^0.1.1 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
0.1.1 - 2025-12-07 #
Fixed #
- 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
Changed #
- Updated minimum Dart SDK version to 3.0.0
- Improved error handling in AST traversal
[Unreleased] #
Added #
- Initial project setup
- Core analysis engine
- Basic reporting functionality
Changed #
- Updated dependencies to latest stable versions
Fixed #
- Minor bug fixes and improvements