diff --git a/pubspec.lock b/pubspec.lock index 4dedc5f..1b7cf38 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.4" 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.1.4" + vector_graphics_codec: + dependency: transitive + description: + name: vector_graphics_codec + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.4" + vector_graphics_compiler: + dependency: transitive + description: + name: vector_graphics_compiler + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.4" 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..bd543a4 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.4 google_fonts: ^3.0.1 intro_slider: 3.0.3 responsive_framework: ^0.2.0