-
-
Notifications
You must be signed in to change notification settings - Fork 165
feat: support flutter_svg 2.0.0 #350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f39ae47
to
a68e131
Compare
Codecov Report
@@ Coverage Diff @@
## main #350 +/- ##
=======================================
Coverage 98.26% 98.26%
=======================================
Files 20 20
Lines 693 693
=======================================
Hits 681 681
Misses 12 12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@lcdsmao Thank you. |
Do you have any timeline to merge and publish (to pub.dev) this PR? |
Sorry, I merged via Github App accidentally. |
@wasabeef Hello. This PR led to the fact that my generation broke. It generates a colorFilter no matter what version of flutter_svg I have. Such changes should be made in major versions. Now I have to update flutter_svg in all my packages. |
Sorry for the lack of explanation. |
* feat: support flutter_svg 2.0.0 * feat: add lint ignore * chore: update example pubspec * chore: build runner exec result * test: update test resource with svg 2.0.0
What does this change?
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #<issue_number_goes_here> 🎯
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 unit:test
)melos run format
to automatically apply formatting)