diff --git a/pubspec.lock b/pubspec.lock index e918a754..a1de621b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -198,6 +198,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.1" + flutter_markdown: + dependency: "direct main" + description: + name: flutter_markdown + sha256: "7b25c10de1fea883f3c4f9b8389506b54053cd00807beab69fd65c8653a2711f" + url: "https://pub.dev" + source: hosted + version: "0.6.14" flutter_riverpod: dependency: "direct main" description: @@ -376,6 +384,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.3.2" + markdown: + dependency: "direct main" + description: + name: markdown + sha256: "8e332924094383133cee218b676871f42db2514f1f6ac617b6cf6152a7faab8e" + url: "https://pub.dev" + source: hosted + version: "7.1.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d608d63a..c6cf32f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,6 +31,8 @@ dependencies: path_provider: ^2.0.14 window_manager: ^0.3.2 path: ^1.8.2 + flutter_markdown: ^0.6.14 + markdown: ^7.1.0 dev_dependencies: flutter_test: