flutter_declarative_syntax 1.0.0 copy "flutter_declarative_syntax: ^1.0.0" to clipboard
flutter_declarative_syntax: ^1.0.0 copied to clipboard

Flutter Declarative Syntax is a plugin designed to enhance the development experience by providing a declarative syntax for common Flutter widget modifications. This plugin introduces a set of extensi [...]

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

Changed #

  • Updated deprecated APIs to use latest Flutter recommendations:
    • Replaced MaterialStateProperty with WidgetStateProperty
    • Updated color opacity handling
    • Replaced textScaleFactor with textScaler

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
3
likes
150
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Declarative Syntax is a plugin designed to enhance the development experience by providing a declarative syntax for common Flutter widget modifications. This plugin introduces a set of extension methods on existing Flutter widgets, allowing developers to apply common modifications such as layout adjustments, visual effects, and decorations in a more readable and concise manner. It aims to make Flutter code more expressive and easier to maintain.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_declarative_syntax