Skip to content

Commit

Permalink
Bump flutter_svg from 2.0.16 to 2.0.17 (#39)
Browse files Browse the repository at this point in the history
Bumps
[flutter_svg](https://github.com/flutter/packages/tree/main/third_party/packages)
from 2.0.16 to 2.0.17.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flutter/packages/commit/c6caf684902de013dd2b822d460f5c417d350762"><code>c6caf68</code></a>
[flutter_svg] Implement errorBuilder callback (<a
href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/8364">#8364</a>)</li>
<li><a
href="https://github.com/flutter/packages/commit/2d5e714c51f7239525a947a107be4ce8e9415ad5"><code>2d5e714</code></a>
Bump Plugin Example Apps to TargetSdkVersion &gt;= 34 (<a
href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/8285">#8285</a>)</li>
<li><a
href="https://github.com/flutter/packages/commit/a77fb8171c9e9cd7507d91f240d6bfd245128c9b"><code>a77fb81</code></a>
[ci] Update for 3.27 stable release (<a
href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/8284">#8284</a>)</li>
<li>See full diff in <a
href="https://github.com/flutter/packages/commits/flutter_svg-v2.0.17/third_party/packages">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_svg&package-manager=pub&previous-version=2.0.16&new-version=2.0.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
2 parents 40e25b3 + e860016 commit 3e13c84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -772,10 +772,10 @@ packages:
dependency: "direct main"
description:
name: flutter_svg
sha256: "54900a1a1243f3c4a5506d853a2b5c2dbc38d5f27e52a52618a8054401431123"
sha256: c200fd79c918a40c5cd50ea0877fa13f81bdaf6f0a5d3dbcc2a13e3285d6aa1b
url: "https://pub.dev"
source: hosted
version: "2.0.16"
version: "2.0.17"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
dio_cache_interceptor_hive_store: ^4.0.0

# Ui
flutter_svg: ^2.0.16
flutter_svg: ^2.0.17
google_fonts: ^6.2.1
shimmer: ^3.0.0
sidebarx: ^0.17.1
Expand Down

0 comments on commit 3e13c84

Please sign in to comment.