flutter_declarative_syntax 1.0.1
flutter_declarative_syntax: ^1.0.1 copied to clipboard
A Flutter plugin that provides declarative syntax extensions for common widget modifications, making Flutter code more readable and maintainable.
1.0.1 #
Changed #
- Simplified package description
- Updated deprecated APIs to use latest Flutter recommendations:
- Replaced MaterialStateProperty with WidgetStateProperty
- Updated color opacity handling
- Replaced textScaleFactor with textScaler
1.0.0 #
Added #
- Complete widget extension system with declarative syntax
- List extensions (toListView, toColumn, toRow, toStack)
- Text styling extensions
- Layout control extensions
- Animation extensions
- Effect extensions
- Gesture handling extensions
- Visibility control extensions
- Transform extensions
- Focus & Semantics extensions
- Comprehensive test coverage
- Detailed documentation and examples
0.0.3 #
- Change the card default background and shadow
0.0.2 #
- Change README.md
0.0.1 #
- Initial release with basic list extensions
- Basic widget styling extensions