bangla_pdf_fixer 3.0.0
bangla_pdf_fixer: ^3.0.0 copied to clipboard
Unicode-first Bangla PDF text rendering for Flutter, powered by any_pdf_fixer and HarfBuzz.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bangla_pdf_fixerWith Flutter:
$ flutter pub add bangla_pdf_fixerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bangla_pdf_fixer: ^3.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bangla_pdf_fixer/bangla_pdf_fixer.dart';