widget_driver_annotation 1.0.3 widget_driver_annotation: ^1.0.3 copied to clipboard
Defines the annotations used by widget_driver and widget_driver_generator to create code for your WidgetDrivers
CHANGELOG #
1.0.3 #
- Updates images in readme to look more "snappy" 😁
1.0.2 #
- Adds and bumps support for SDK constraint to 3.0.0.
1.0.1 #
- Adds the WidgetDriver logo to the readme 🥳
1.0.0 #
- No changes. Just the official release of WidgetDriverAnnotations :-D
0.0.4 #
- Adds new annotation to support passing data from the widget to the driver
0.0.3 #
- Breaking change: Removes old annotation ->
Driver
,DriverProperty
,DriverAction
.
Replaces them with more descriptive annotations ->GenerateTestDriver
,TestDriverDefaultValue
. - Adds support for having annotations which generate code returning
Futures
For that, use the newTestDriverDefaultFutureValue
0.0.2 #
- Adds example markdown file for pub.dev to give basic information about how to use the annotations.
0.0.1 #
- Initial release.
- Adds annotations for
Driver
,DriverProperties
andDriverActions
.