Showing
4 changed files
with
7 additions
and
3 deletions
@@ -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: |
-
Please register or login to post a comment