Feature support Flutter 3.2.3 and include working example from earlier pull request #22
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.
Related to
feat/add-example
Context
Updated swayze and swayze_math to support latest flutter (3.2.3) at the time.
Update unit tests for both and golden images.
Approach
Removed libraries and readied the latest started with flutter and test.
Fixed null-check issues and signature changes in swayze and swayze_math.
Then moves to have unit tests pass, most Goldens were within 0.8% and checking by eye could not see issues, so regenerated.
The mocking of DefaultSwayzeAction was having problems with its signature, so worked around using a manual mock and expect instead of verify for the problematic area.
Also a temporal issue with cell test, so adjusted to pumpWidget rather than pumpAndSettle and this removed the non-deterministic issue locally.
All same test now pass.