flutter_markdown_plus_latex 1.0.5
flutter_markdown_plus_latex: ^1.0.5 copied to clipboard
A extension to render LaTeX in markdown for package flutter_markdown_plus.
Changelog #
1.0.5 #
- Updated flutter_markdown_plus dependency to ^1.0.5
1.0.4 #
- Updated flutter_markdown_plus dependency to ^1.0.3
1.0.3 #
- Updated flutter_markdown_plus dependency
1.0.2 #
- Updated flutter_markdown_plus dependency
1.0.1 #
- Updated README.md.
1.0.0 #
- Changed to use the
flutter_markdown_plus
package for rendering LaTeX.
0.3.4 #
- Updated inline latex rules
0.3.3 #
- Fixed issue with BlockSyntax handling of PHP code
0.3.2 #
- Bump flutter_markdown from 0.6.23 to 0.7.1 dependencies
0.3.1 #
- Fixed issue with inline LaTeX not rendering properly in OpenAI responses.
- Addressed problem with long LaTeX expressions exceeding screen width.
0.3.0 #
- Added support for text scaling using the textScaleFactor.
- Resolved issue with inline Latex display appearing on a new line within long text.
0.2.0 #
- Support for block delimiters '[]' and inline delimiters '()' in the responses returned by OpenAI.
0.1.4 #
- Update flutter_markdown to 0.6.18+3
0.1.3 #
- Update flutter_math_fork to 0.7.2
0.1.2 #
- Add LaTeX text style supports.
0.1.1 #
- Update package description.
- Update readme.
0.1.0 #
- Initial release.