function_linter 1.1.0
function_linter: ^1.1.0 copied to clipboard
A specialized tool for Flutter devs, discouraging inline functions to promote clean code. Enhance readability and reusability.
Changelog #
All notable changes to Function Linter will be documented here.
1.1.0 - 2025-01-07 #
π Features #
- Enhanced README with comprehensive, easy-to-understand documentation
- Added complete example project with step-by-step guide
- Improved user experience with clearer explanations and examples
π§ Technical Improvements #
- Fixed compatibility with latest analyzer APIs (7.4.5+)
- Updated to use modern
custom_lint_corefor LintCode - Fixed deprecated API usage (
declaredElementβdeclaredFragment) - Improved error reporting with
atNode()method - Updated dependencies to latest compatible versions
- Fixed all static analysis issues
π Documentation #
- Completely rewrote README for better readability
- Added practical before/after code examples
- Simplified installation and setup instructions
- Enhanced example project with detailed explanations