Text2Pdf
Convert any text to pdf file using this package !
Getting Started
Add this to your package's pubspec.yaml
file
dependencies:
text2pdf: ^1.0.0
Usage
First, you just have to import the package using:
import 'package:text2pdf/text2pdf.dart';
Then , call the function as below,
await Text2Pdf.generatePdf(content);
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.