Skip to content

Commit

Permalink
Bump flutter_svg from 1.1.6 to 2.0.5
Browse files Browse the repository at this point in the history
Bumps [flutter_svg](https://github.com/dnfield/flutter_svg) from 1.1.6 to 2.0.5.
- [Release notes](https://github.com/dnfield/flutter_svg/releases)
- [Changelog](https://github.com/dnfield/flutter_svg/blob/v2.0.5/CHANGELOG.md)
- [Commits](dnfield/flutter_svg@v1.1.6...v2.0.5)

---
updated-dependencies:
- dependency-name: flutter_svg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Aug 24, 2024
1 parent 22db70c commit 8303b49
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
36 changes: 26 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ packages:
dependency: "direct main"
description:
name: flutter_svg
sha256: "6ff9fa12892ae074092de2fa6a9938fb21dbabfdaa2ff57dc697ff912fc8d4b2"
sha256: f991fdb1533c3caeee0cdc14b04f50f0c3916f0dbcbc05237ccbe4e3c6b93f3f
url: "https://pub.dev"
source: hosted
version: "1.1.6"
version: "2.0.5"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -353,14 +353,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.8.2"
path_drawing:
dependency: transitive
description:
name: path_drawing
sha256: bbb1934c0cbb03091af082a6389ca2080345291ef07a5fa6d6e078ba8682f977
url: "https://pub.dev"
source: hosted
version: "1.0.1"
path_parsing:
dependency: transitive
description:
Expand Down Expand Up @@ -646,6 +638,30 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.2"
vector_graphics:
dependency: transitive
description:
name: vector_graphics
sha256: ea8d3fc7b2e0f35de38a7465063ecfcf03d8217f7962aa2a6717132cb5d43a79
url: "https://pub.dev"
source: hosted
version: "1.1.5"
vector_graphics_codec:
dependency: transitive
description:
name: vector_graphics_codec
sha256: a5eaa5d19e123ad4f61c3718ca1ed921c4e6254238d9145f82aa214955d9aced
url: "https://pub.dev"
source: hosted
version: "1.1.5"
vector_graphics_compiler:
dependency: transitive
description:
name: vector_graphics_compiler
sha256: "15edc42f7eaa478ce854eaf1fbb9062a899c0e4e56e775dd73b7f4709c97c4ca"
url: "https://pub.dev"
source: hosted
version: "1.1.5"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
# url: https://github.com/PonnamKarthik/FlutterToast
# ref: cb70da0093d4323002c730219aae7c255a648a0a # Contains this useful PR : https://github.com/ponnamkarthik/FlutterToast/pull/231
showcaseview: ^3.0.0
flutter_svg: ^1.1.6
flutter_svg: ^2.0.5
animated_widgets: ^1.1.0
googleapis_auth: ^1.3.1

Expand Down

0 comments on commit 8303b49

Please sign in to comment.