widget_driver_annotation 0.0.4 widget_driver_annotation: ^0.0.4 copied to clipboard
Defines the annotations used by widget_driver and widget_driver_generator to create code for your WidgetDrivers
CHANGELOG #
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
.