Skip to content

Commit

Permalink
Fix table column markdown alignment (#1518)
Browse files Browse the repository at this point in the history
fix: updated markdown library to handle table column alignment markdown
  • Loading branch information
hjiangsu authored Aug 11, 2024
1 parent 590c0e2 commit cca0b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -752,10 +752,10 @@ packages:
dependency: "direct main"
description:
name: flutter_markdown
sha256: "87e11b9df25a42e2db315b8b7a51fae8e66f57a4b2f50ec4b822d0fa155e6b52"
sha256: a23c41ee57573e62fc2190a1f36a0480c4d90bde3a8a8d7126e5d5992fb53fb7
url: "https://pub.dev"
source: hosted
version: "0.6.22"
version: "0.7.3+1"
flutter_native_splash:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
equatable: ^2.0.5
cached_network_image: ^3.2.3
url_launcher: ^6.1.11
flutter_markdown: ^0.6.15
flutter_markdown: ^0.7.3+1
stream_transform: ^2.1.0
bloc_concurrency: ^0.2.2
dio: ^5.2.1+1
Expand Down

0 comments on commit cca0b15

Please sign in to comment.