saminsohag

pubspack.yaml fixed

## 0.1.10
* TextDirection parameter added.
## 0.1.9
* Updated for flutter 3.13.
... ...
name: tex_markdown
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.
version: 0.1.9
version: 0.1.10
homepage: https://github.com/saminsohag/flutter_packages/tree/main/tex_markdown
publish_to: "none"
environment:
sdk: '>=3.1.0 <4.0.0'
... ... @@ -11,9 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
# tex_text: ^0.1.8
tex_text:
path: ../tex_text
tex_text: ^0.1.9
dev_dependencies:
flutter_test:
... ...
## 0.1.9
* TextDirection parameter added.
## 0.1.8
* Updated for flutter 3.10.0 and Dart 3.
... ...
name: tex_text
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.
version: 0.1.8
version: 0.1.9
homepage: https://github.com/saminsohag/flutter_packages/tree/main/tex_text
environment:
... ...