PdfHandler class

This part contains the implementation of the pdf handler. The pdf handler only locally saves a pdf version copy of your Resume. To add more specificities you may need to create a more complete functions that allow you to customize more.

Implemented types

Constructors

PdfHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

capturePng(GlobalKey<State<StatefulWidget>> key) Future<Uint8List>
The capturePng will create a png file screenshot of everything that are visually present on the device screen.
override
createPDF(GlobalKey<State<StatefulWidget>> key) Future<GlobalKey<State<StatefulWidget>>>
createPDF
override
createResume(GlobalKey<State<StatefulWidget>> key) Future<GlobalKey<State<StatefulWidget>>>
This function should receive the GlobalKey and generate the final resume in pdf.
override
findLocalPath() Future<String?>
The findLocalPath defines the path based on the platform
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareSaveDir() Future<Directory>
This function handles the directory path for the file to be saved.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited