From c67b4b438c36491bde60095c0e8eb34d96950b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:07:16 +0700 Subject: [PATCH] build(deps): bump flutter_markdown from 0.7.1 to 0.7.3 (#2022) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pubspec.lock | 20 ++++++++++++++++++-- pubspec.yaml | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index b320bba5..c53fc627 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -306,6 +306,14 @@ packages: url: "https://pub.dev" source: hosted version: "7.0.0" + file_picker: + dependency: "direct main" + description: + name: file_picker + sha256: "2ca051989f69d1b2ca012b2cf3ccf78c70d40144f0861ff2c063493f7c8c3d45" + url: "https://pub.dev" + source: hosted + version: "8.0.5" fixnum: dependency: transitive description: @@ -385,10 +393,18 @@ packages: dependency: "direct main" description: name: flutter_markdown - sha256: "9921f9deda326f8a885e202b1e35237eadfc1345239a0f6f0f1ff287e047547f" + sha256: "2e8a801b1ded5ea001a4529c97b1f213dcb11c6b20668e081cafb23468593514" url: "https://pub.dev" source: hosted - version: "0.7.1" + version: "0.7.3" + flutter_plugin_android_lifecycle: + dependency: transitive + description: + name: flutter_plugin_android_lifecycle + sha256: c6b0b4c05c458e1c01ad9bcc14041dd7b1f6783d487be4386f793f47a8a4d03e + url: "https://pub.dev" + source: hosted + version: "2.0.20" flutter_test: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 5fe5b830..8f50164c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: flutter_local_notifications: ^17.1.0 flutter_localizations: sdk: flutter - flutter_markdown: ^0.7.1 + flutter_markdown: ^0.7.3 fluttertoast: ^8.2.5 font_awesome_flutter: ^10.7.0 google_fonts: ^6.2.1