Add support for vector graphics (vec files) in SvgGenImage#493
Add support for vector graphics (vec files) in SvgGenImage#493AlexV525 merged 10 commits intoFlutterGen:mainfrom
Conversation
|
Any sort of timeline when this will get merged? |
|
@raldhafiri Thanks for the contribution! AFAICT this change doesn't require users to update their usages, correct? |
yes |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #493 +/- ##
=======================================
Coverage 97.27% 97.27%
=======================================
Files 22 22
Lines 771 772 +1
=======================================
+ Hits 750 751 +1
Misses 21 21 ☔ View full report in Codecov by Sentry. |
|
Looks like your latest changes are based on an old commit. :) |
AlexV525
left a comment
There was a problem hiding this comment.
Thanks for the contribution and keeping this up-to-date. It requires the last branch update.
|
Why the assets name have |
What does this change?
Integrate vector_graphic in the generation process alongside flutter_svg and allow to user to configure vector_graphic as we configure flutter_svg currently. And therefore add the generation of the .vec optimized file of the SVG in the process of generation of the differents assets dart file with the supports of VectorGraphic widget instead of SvgPicture.
Fixes #362 🎯
Type of change