flutter_bangla_math 0.4.2 copy "flutter_bangla_math: ^0.4.2" to clipboard
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 \bnfrac usage.
  • Added a widget regression test for repeated \bnfrac rendering across multiple BanglaMathText widgets.
  • Fixed math cache reuse so repeated formulas can appear multiple times in the same widget tree without GlobalKey collisions.

0.4.0 #

  • Added inline \bnfrac{...}{...} parsing in BanglaMathText so a Bangla fraction can appear in the same line as surrounding text and math.
  • Added parser and widget test coverage for inline \bnfrac rendering.
  • Added example and README documentation for the new inline fraction syntax.
  • Lowered the package compatibility target to Dart >=3.2.0 <4.0.0 and Flutter >=3.16.0.
  • Removed the runtime google_fonts dependency and kept bundled Noto Sans Bengali as the default font source.

0.3.0 #

  • Added BanglaMathFraction for stacked numerator/denominator layouts using the same Bangla text and inline LaTeX rendering pipeline as BanglaMathText.
  • 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.
1
likes
160
points
41
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Render mixed Bangla text and LaTeX math in Flutter without breaking Bengali glyph shaping.

Repository (GitHub)
View/report issues

Topics

#bangla #latex #math #typography

License

MIT (license)

Dependencies

collection, flutter, flutter_math_fork

More

Packages that depend on flutter_bangla_math