saminsohag

version 0.0.11 published

## 0.0.11
* New syntex added for codes and highlight.
## 0.0.10
* $$_$$ syntex fixes.
... ...
... ... @@ -182,7 +182,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.10"
version: "0.0.11"
http:
dependency: transitive
description:
... ...
... ... @@ -21,8 +21,8 @@ abstract class MarkdownComponent {
CheckBoxMd(),
HrLine(),
ImageMd(),
BoldMd(),
HighlightedText(),
BoldMd(),
LatexMathMultyLine(),
LatexMath(),
ItalicMd(),
... ...
name: gpt_markdown
description: "The purpose of this package is to render the response of ChatGPT into a Flutter app."
version: 0.0.10
version: 0.0.11
homepage: https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown
environment:
... ...