Showing
4 changed files
with
7 additions
and
3 deletions
@@ -126,7 +126,7 @@ packages: | @@ -126,7 +126,7 @@ packages: | ||
126 | path: ".." | 126 | path: ".." |
127 | relative: true | 127 | relative: true |
128 | source: path | 128 | source: path |
129 | - version: "1.0.4" | 129 | + version: "1.0.5" |
130 | http: | 130 | http: |
131 | dependency: transitive | 131 | dependency: transitive |
132 | description: | 132 | description: |
@@ -14,8 +14,8 @@ abstract class MarkdownComponent { | @@ -14,8 +14,8 @@ abstract class MarkdownComponent { | ||
14 | RadioButtonMd(), | 14 | RadioButtonMd(), |
15 | CheckBoxMd(), | 15 | CheckBoxMd(), |
16 | HrLine(), | 16 | HrLine(), |
17 | - LatexMathMultiLine(), | ||
18 | LatexMath(), | 17 | LatexMath(), |
18 | + LatexMathMultiLine(), | ||
19 | ImageMd(), | 19 | ImageMd(), |
20 | HighlightedText(), | 20 | HighlightedText(), |
21 | StrikeMd(), | 21 | StrikeMd(), |
1 | name: gpt_markdown | 1 | name: gpt_markdown |
2 | description: "Powerful Markdown & LaTeX Renderer for Flutter: Rich Text, Math, Tables, Links, and Text Selection. Ideal for ChatGPT, Gemini, and more." | 2 | description: "Powerful Markdown & LaTeX Renderer for Flutter: Rich Text, Math, Tables, Links, and Text Selection. Ideal for ChatGPT, Gemini, and more." |
3 | -version: 1.0.4 | 3 | +version: 1.0.5 |
4 | homepage: https://github.com/Infinitix-LLC/gpt_markdown | 4 | homepage: https://github.com/Infinitix-LLC/gpt_markdown |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment