bangla_pdf_fixer 2.0.0-rc.1 copy "bangla_pdf_fixer: ^2.0.0-rc.1" to clipboard
bangla_pdf_fixer: ^2.0.0-rc.1 copied to clipboard

A package to fix broken font issues in PDFs for Bangla text.

example/lib/main.dart

import 'package:bangla_pdf_fixer_example/invoice_generate.dart';
import 'package:flutter/material.dart';

void main() => runApp(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'PDF Invoice Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.blueAccent),
        useMaterial3: true,
      ),
      home: const PdfInvoicePage(),
    );
  }
}
9
likes
0
points
263
downloads

Publisher

verified publisherflutterwiki.com

Weekly Downloads

A package to fix broken font issues in PDFs for Bangla text.

Repository (GitHub)
View/report issues

Topics

#flutter #pdf #bangla #fonts #pdf-generation

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bangla_pdf_fixer