material-foundation/flutter-packages

'AmiriQuran' font is not working properly

MakhmudovBekhruz opened this issue · 0 comments

Package

google_fonts

Existing issue?

What happened?

Expected vs actual result:

Simulator Screenshot - iPhone 15 Pro Max - 2024-04-26 at 12 03 40
Simulator Screenshot - iPhone 15 Pro Max - 2024-04-26 at 12 06 39

The code is super simple but it is not working in IOS/Android
Text(
widget.ayaModel.arabicText,
textAlign: TextAlign.right,
style: GoogleFonts.amiriQuran(),
)

Relevant log output

No response