Add animations support#21
Merged
Merged
Conversation
Refactored animation capture logic to use a new helpers.dart for image decoding and border drawing. Improved screenshot combination and layout for animation tests, updated logger usage, and fixed method signatures for consistency. Updated dependencies in pubspec.yaml and regenerated mock files to match API changes.
gabheadz
approved these changes
Sep 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Animations
GoldenAnimationCaptureextension onWidgetTester(lib/src/capture/golden_animation_capture.dart), enabling automated capture and combination of screenshots at defined animation steps, with support for layout configuration and timeline labels.BcGoldenCapture.animationAPI, demonstrated in documentation and example tests, to facilitate animation golden tests with step-based frame capturing and configuration options. [1] [2]Screenshot Capture Refactor:
GoldenScreenshotclass to WidgetTester extensions, simplifying usage and ensuring screenshots are tied to the test context. Methods such ascaptureGoldenScreenshotandcombineGoldenScreenshotsare now called directly on the tester. [1] [2]Documentation and API Updates: