widget_driver 0.0.2 widget_driver: ^0.0.2 copied to clipboard
A Flutter presentation layer framework, which will clean up your widget code and make your widgets testable without a need for thousands of mock objects. Let's go driving!
0.0.2 #
- Adds unit test for framework code
0.0.1 #
- Initial release.
- Adds support
WidgetDrivers
andDrivableWidgets
. - Adds placeholder code for
FlowCoordinators
so that they can be easily added later. - Adds Example app which showcases how to use
WidgetDrivers
.