text2pdf 1.0.0 text2pdf: ^1.0.0 copied to clipboard
Convert any text to pdf file using this package ! Give any text as paramter, this package generates pdf from it and opens it
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add text2pdf
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
text2pdf: ^1.0.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:text2pdf/text2pdf.dart';