Closed Kirpal closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.27%. Comparing base (
dbc01db
) to head (b427a82
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What does this change?
Since version 5.5.0+1, the SvgTheme no longer works. It doesn't work because flutter_svg has deprecated using the
theme
with theSvgPicture
constructor, and suggests that you pass the theme to the bytes loader instead.Fixes #531 🎯
Type of change
Please delete options that are not relevant.
Checklist:
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
melos run test
)melos run format
to automatically apply formatting)