Update flutter_svg README with an example to scale images#991
Closed
androidseb wants to merge 2 commits into
Closed
Update flutter_svg README with an example to scale images#991androidseb wants to merge 2 commits into
androidseb wants to merge 2 commits into
Conversation
|
@androidseb Thanks for the fix. You'll need to raise this PR in flutter/flutter repo https://github.com/flutter/flutter/pulls, as the package has been migrated in it. |
11 tasks
Author
I've created a new PR here,, closing this one now. |
auto-submit Bot
pushed a commit
to flutter/packages
that referenced
this pull request
Mar 6, 2026
Following up on my original PR dnfield/flutter_svg#991 after the suggestion from @darshankawar [here](dnfield/flutter_svg#991 (comment)). This is an update to the flutter_svg documentation to include an example of how to scale an SVG image without losing quality, as this is something currently missing from the documentation and causing some confusion. I believe it resolves the following issues (there might be more since then, the original PR is from 2023, I haven't searched for more): * dnfield/flutter_svg#858 * yang-f/flutter_svg_provider#47 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
okorohelijah
pushed a commit
to okorohelijah/packages
that referenced
this pull request
Mar 26, 2026
…10547) Following up on my original PR dnfield/flutter_svg#991 after the suggestion from @darshankawar [here](dnfield/flutter_svg#991 (comment)). This is an update to the flutter_svg documentation to include an example of how to scale an SVG image without losing quality, as this is something currently missing from the documentation and causing some confusion. I believe it resolves the following issues (there might be more since then, the original PR is from 2023, I haven't searched for more): * dnfield/flutter_svg#858 * yang-f/flutter_svg_provider#47 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
creatorpiyush
pushed a commit
to creatorpiyush/packages
that referenced
this pull request
Jun 10, 2026
…10547) Following up on my original PR dnfield/flutter_svg#991 after the suggestion from @darshankawar [here](dnfield/flutter_svg#991 (comment)). This is an update to the flutter_svg documentation to include an example of how to scale an SVG image without losing quality, as this is something currently missing from the documentation and causing some confusion. I believe it resolves the following issues (there might be more since then, the original PR is from 2023, I haven't searched for more): * dnfield/flutter_svg#858 * yang-f/flutter_svg_provider#47 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update the flutter_svg README file to add an example of how we can scale an SVG image into a ui.Image.
This might address the following issues: