From 0f836569ed21da07dba60b5072556eccdadbd53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:26:31 +0000 Subject: [PATCH] Bump flutter_svg from 1.1.4 to 2.0.0+1 Bumps [flutter_svg](https://github.com/dnfield/flutter_svg) from 1.1.4 to 2.0.0+1. - [Release notes](https://github.com/dnfield/flutter_svg/releases) - [Changelog](https://github.com/dnfield/flutter_svg/blob/master/CHANGELOG.md) - [Commits](https://github.com/dnfield/flutter_svg/commits) --- updated-dependencies: - dependency-name: flutter_svg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 42 ++++++++++++++++++++++++++++-------------- pubspec.yaml | 2 +- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 4dedc5f..f89cba4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -154,7 +154,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.16.0" + version: "1.17.0" color: dependency: "direct dev" description: @@ -318,7 +318,7 @@ packages: name: flutter_svg url: "https://pub.dartlang.org" source: hosted - version: "1.1.4" + version: "2.0.0+1" flutter_web_plugins: dependency: transitive description: flutter @@ -435,7 +435,7 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.4" + version: "0.6.5" json_annotation: dependency: transitive description: @@ -484,7 +484,7 @@ packages: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.5" + version: "0.2.0" meta: dependency: transitive description: @@ -520,13 +520,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.8.2" - path_drawing: - dependency: transitive - description: - name: path_drawing - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" path_parsing: dependency: transitive description: @@ -819,13 +812,34 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.0.1" + vector_graphics: + dependency: transitive + description: + name: vector_graphics + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" + vector_graphics_codec: + dependency: transitive + description: + name: vector_graphics_codec + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" + vector_graphics_compiler: + dependency: transitive + description: + name: vector_graphics_compiler + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "2.1.4" wakelock: dependency: "direct main" description: @@ -913,5 +927,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=2.17.0 <3.0.0" - flutter: ">=3.0.0" + dart: ">=2.19.0-0 <3.0.0" + flutter: ">=3.7.0-0" diff --git a/pubspec.yaml b/pubspec.yaml index e791353..2a5449f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: lucide_icons: ^0.88.0 - flutter_svg: ^1.1.4 + flutter_svg: ^2.0.0+1 google_fonts: ^3.0.1 intro_slider: 3.0.3 responsive_framework: ^0.2.0