Showing
4 changed files
with
11 additions
and
6 deletions
1 | name: tex_markdown | 1 | name: tex_markdown |
2 | description: This package is used to create flutter widget that can render markdown and latex formulas. It is very simple to use and uses native flutter components. | 2 | description: This package is used to create flutter widget that can render markdown and latex formulas. It is very simple to use and uses native flutter components. |
3 | -version: 0.1.9 | 3 | +version: 0.1.10 |
4 | homepage: https://github.com/saminsohag/flutter_packages/tree/main/tex_markdown | 4 | homepage: https://github.com/saminsohag/flutter_packages/tree/main/tex_markdown |
5 | -publish_to: "none" | ||
6 | 5 | ||
7 | environment: | 6 | environment: |
8 | sdk: '>=3.1.0 <4.0.0' | 7 | sdk: '>=3.1.0 <4.0.0' |
@@ -11,9 +10,7 @@ environment: | @@ -11,9 +10,7 @@ environment: | ||
11 | dependencies: | 10 | dependencies: |
12 | flutter: | 11 | flutter: |
13 | sdk: flutter | 12 | sdk: flutter |
14 | - # tex_text: ^0.1.8 | ||
15 | - tex_text: | ||
16 | - path: ../tex_text | 13 | + tex_text: ^0.1.9 |
17 | 14 | ||
18 | dev_dependencies: | 15 | dev_dependencies: |
19 | flutter_test: | 16 | flutter_test: |
1 | name: tex_text | 1 | name: tex_text |
2 | description: This package for Flutter allows you to show text on a Flutter app with LaTex math formula and normal text from string. It is vary easy to use and works for all of the platforms. | 2 | description: This package for Flutter allows you to show text on a Flutter app with LaTex math formula and normal text from string. It is vary easy to use and works for all of the platforms. |
3 | -version: 0.1.8 | 3 | +version: 0.1.9 |
4 | homepage: https://github.com/saminsohag/flutter_packages/tree/main/tex_text | 4 | homepage: https://github.com/saminsohag/flutter_packages/tree/main/tex_text |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment