Add new packages

This commit is contained in:
Ankit Mahato
2023-05-03 22:31:02 +05:30
parent 66614ee1e6
commit dd2c6728e3
2 changed files with 18 additions and 0 deletions

View File

@ -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:

View File

@ -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: