islamic_text 1.0.2
islamic_text: ^1.0.2 copied to clipboard
A Flutter package for processing Islamic text, including ligature replacement and glyph rendering.
Changelog #
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.2 - 2026-01-04 #
1.0.1 - 2026-01-03 #
Added #
- Runtime font loading using
FontLoaderfor theIslamicPhrasesfont.- The package now automatically loads the font at runtime.
- No need to declare the font in the consuming app's
pubspec.yaml.
- Ensures ligatures render correctly on Android, iOS, and simulators.
Changed #
- Internal widget structure updated to use
FutureBuilderfor font loading. - Improved cross-platform reliability for the
IslamicTextwidget.
1.0.0 – 2026-01-02 #
Added #
- Initial release of
islamic_textpackage. IslamicTextwidget for rendering Islamic phrases with compact ligatures.LigatureReplacerfor reversible phrase-to-symbol encoding/decoding.IslamicTextStyleResolverfor applying custom font and vertical offsets.- Support for custom font IslamicPhrases.
- Basic example app included in
/examplefolder.