Skip to content

Commit

Permalink
pubspect update
Browse files Browse the repository at this point in the history
  • Loading branch information
apoleon33 committed Jan 14, 2024
1 parent 2dafb50 commit 21f461c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
40 changes: 40 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.18.0"
csslib:
dependency: transitive
description:
name: csslib
sha256: "706b5707578e0c1b4b7550f64078f0a0f19dec3f50a178ffae7006b0a9ca58fb"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
cupertino_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -102,6 +110,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.1"
flutter_markdown:
dependency: "direct main"
description:
name: flutter_markdown
sha256: "30088ce826b5b9cfbf9e8bece34c716c8a59fa54461dcae1e4ac01a94639e762"
url: "https://pub.dev"
source: hosted
version: "0.6.18+3"
flutter_svg:
dependency: "direct main"
description:
Expand All @@ -120,6 +136,22 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
html:
dependency: transitive
description:
name: html
sha256: "3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a"
url: "https://pub.dev"
source: hosted
version: "0.15.4"
html2md:
dependency: "direct main"
description:
name: html2md
sha256: "6f50cec926b0a09816aadb66a59e4cda45c91fd00551e5a8298870069729b508"
url: "https://pub.dev"
source: hosted
version: "1.3.1"
http_parser:
dependency: transitive
description:
Expand All @@ -136,6 +168,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.0"
markdown:
dependency: transitive
description:
name: markdown
sha256: acf35edccc0463a9d7384e437c015a3535772e09714cf60e07eeef3a15870dcd
url: "https://pub.dev"
source: hosted
version: "7.1.1"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ dependencies:
shared_preferences: ^2.2.2
provider: ^6.1.1
url_launcher:
flutter_markdown: ^0.6.18+3
html2md: ^1.3.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 21f461c

Please sign in to comment.