saminsohag

version 0.0.11 published

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