You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What does this change?
Refactored the `AssetGenImage` code to be another Integration, so that
it looks more similar to SVG/Lottie/Rive/etc.
This simplifies the assets_generator, and no longer forces
`AssetGenImage` to be output even when there are no images.
This can help ensure all integration are on level footing (perhaps
helping with task 1 in this list
#384)
## Type of change
- [x] Refactor to cleanup the code base.
## Checklist:
Before submitting your PR, there are a few things you can do to make
sure it goes smoothly:
- [ ] Make sure to open a GitHub issue as a bug/feature request before
writing your code! That way we can discuss the change, evaluate designs,
and agree on the general idea
- [x] Ensure the tests (`melos run unit:test`)
- [x] Ensure the analyzer and formatter pass (`melos run format` to
automatically apply formatting)
For anyone who wants to discuss specific cases, please submit new issues and link to this so we will know all references. The issue is used for a general discussion that happens only with team members. :)
v6
Improvement
Team
The text was updated successfully, but these errors were encountered: