flutter_golden_animation 0.1.1
flutter_golden_animation: ^0.1.1 copied to clipboard
Animation golden testing for Flutter. Captures widget animation frames as lossless APNG golden files.
0.1.1 #
- Update pubspec description.
0.1.0 #
- Initial release.
AnimationRecorderfor capturing widget animation frames in tests.ApngGoldenComparatorfor frame-by-frame APNG golden comparison.setupGoldenAnimationCompare()for quick setup.- Custom APNG encoder/decoder with zero external dependencies.
- Pixel-perfect comparison with configurable tolerance.
- Failure artifacts: expected/actual/diff APNGs, per-frame diff PNGs, text report.
- Auto-generated HTML viewer for browsing golden animations locally.
- Full support for
--update-goldensworkflow.