diff --git a/pubspec.lock b/pubspec.lock index b81469e2..2bca079e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -338,7 +338,7 @@ packages: source: sdk version: "0.0.0" flutter_cache_manager: - dependency: transitive + dependency: "direct main" description: name: flutter_cache_manager url: "https://pub.dartlang.org" @@ -403,6 +403,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.3.0" + flutter_svg: + dependency: "direct main" + description: + name: flutter_svg + url: "https://pub.dartlang.org" + source: hosted + version: "0.19.1" flutter_test: dependency: "direct dev" description: flutter @@ -713,6 +720,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.8.0-nullsafety.1" + path_drawing: + dependency: transitive + description: + name: path_drawing + url: "https://pub.dartlang.org" + source: hosted + version: "0.4.1+1" + path_parsing: + dependency: transitive + description: + name: path_parsing + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.4" path_provider: dependency: transitive description: @@ -761,7 +782,7 @@ packages: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "3.1.0" platform: dependency: "direct overridden" description: @@ -1174,12 +1195,12 @@ packages: source: hosted version: "0.5.3" xml: - dependency: transitive + dependency: "direct overridden" description: name: xml url: "https://pub.dartlang.org" source: hosted - version: "3.6.1" + version: "4.5.1" yaml: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 4ac15624..fa4abf15 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,12 +39,14 @@ dependencies: filesystem_picker: ^1.0.3 # for directories fimber: ^0.3.0 firebase_analytics: ^6.2.0 + flutter_cache_manager: ^1.4.2 flutter_email_sender: ^3.0.1 flutter_emoji: ">= 2.0.0" flutter_markdown: ^0.5.1 flutter_plugin_android_lifecycle: ^1.0.8 # for fixing the build flutter_sentry: ^0.4.4 flutter_staggered_grid_view: ^0.3.0 + flutter_svg: ^0.19.0 font_awesome_flutter: ^8.7.0 function_types: ^0.0.2 git_url_parse2: ^0.0.1 @@ -96,6 +98,7 @@ dependency_overrides: process: ^4.0.0-nullsafety.1 platform: ^3.0.0-nullsafety.1 file: ^6.0.0-nullsafety.1 + xml: ^4.2.0 flutter: uses-material-design: true