flutter_kurdish_pdf 0.0.1
flutter_kurdish_pdf: ^0.0.1 copied to clipboard
A Flutter package that adds Kurdish font support (Sorani) for PDF generation using the pdf package.
flutter_kurdish_pdf #
A Flutter package that adds Kurdish font support for PDF generation. Supports both Sorani (Arabic script, RTL)
Installation #
dependencies:
flutter_kurdish_pdf: ^0.0.1
Usage #
import 'package:flutter_kurdish_pdf/flutter_kurdish_pdf.dart';
final pdf = await createKurdishPdf(
title: 'سەرنووس',
body: 'ئەمە نووسینێکی کوردییە',
dialect: KurdishDialect.sorani,
);
final bytes = await pdf.save();
Fonts Used #
- Sorani: Rudaw Regular2 Font
Both fonts are licensed under the SIL Open Font License.