zuke_runner_flutter 0.4.0
zuke_runner_flutter: ^0.4.0 copied to clipboard
Flutter testWidgets integration boundary for Zuke scenarios.
Changelog #
0.4.0 #
- Coordinated Flutter runner result emission with explicit extraction targets and the current proof ownership model.
- Added explicit
provedImplementationSlotsclaims for multi-slot implementation coverage; ordinary evidence remains slot-independent. - Added managed non-widget and widget test registration helpers that share evidence, selection, and case identity rules.
0.3.1 #
- Include the managed widget-test case identity when emitting suite and scenario results so distinct cases and sequential profile runs cannot collide during validation.
0.3.0 #
- Added the analyzer-free core dependency and current source identity emission for Flutter result artifacts.
- Declared the direct digest dependency and aligned the managed widget-test
skipoption with Flutter's boolean test API. - Allow Flutter's pinned SDK metadata to select the analyzer-8 lane from the
dual-version-compatible
zuke_coredependency.
0.2.0 #
- Raised the
zukeandzuke_annotationsdependency floors for the analyzer-compatible SDK release.
0.1.1 #
- Switched the Flutter runner to the primary
zukeexecution SDK. - Preserved the existing Flutter runner API and exports.
0.1.0 #
- Initial public preview release.