flutter_bangla_math 0.4.2
flutter_bangla_math: ^0.4.2 copied to clipboard
Render mixed Bangla text and LaTeX math in Flutter without breaking Bengali glyph shaping.
Changelog #
0.4.2 #
- Re-published the 0.4.1 documentation and cache fixes as a new patch version.
0.4.1 #
- Added dartdoc comments across the exported API to improve pub.dev documentation coverage and package score.
- Clarified README examples for raw strings, multiline strings, and inline
\bnfracusage. - Added a widget regression test for repeated
\bnfracrendering across multipleBanglaMathTextwidgets. - Fixed math cache reuse so repeated formulas can appear multiple times in the
same widget tree without
GlobalKeycollisions.
0.4.0 #
- Added inline
\bnfrac{...}{...}parsing inBanglaMathTextso a Bangla fraction can appear in the same line as surrounding text and math. - Added parser and widget test coverage for inline
\bnfracrendering. - Added example and README documentation for the new inline fraction syntax.
- Lowered the package compatibility target to Dart
>=3.2.0 <4.0.0and Flutter>=3.16.0. - Removed the runtime
google_fontsdependency and kept bundled Noto Sans Bengali as the default font source.
0.3.0 #
- Added
BanglaMathFractionfor stacked numerator/denominator layouts using the same Bangla text and inline LaTeX rendering pipeline asBanglaMathText. - Added example and widget test coverage for
BanglaMathFraction.
0.2.0 #
- Removed bundled Noto Serif Bengali to reduce package size.
- Removed license text files from Flutter runtime assets.
- Kept Noto Sans Bengali as the only bundled Bengali font.
0.1.0 #
- Initial release of
flutter_bangla_math. - Added Bangla-aware text and LaTeX parsing for inline and block math.
- Added bundled Noto Sans Bengali and Noto Serif Bengali fonts for stable rendering and tests.
- Added example app, tests, and GitHub Actions CI.