Fixed unable to load crmc_logo in android
This commit is contained in:
parent
90d3e6bf7b
commit
5c6dec3788
|
|
@ -25,7 +25,7 @@ Future<Uint8List> buildTaskPdfBytes(
|
|||
List<Profile> profiles,
|
||||
pdf.PdfPageFormat? format,
|
||||
) async {
|
||||
final logoData = await rootBundle.load('crmc_logo.png');
|
||||
final logoData = await rootBundle.load('assets/crmc_logo.png');
|
||||
final logoImage = pw.MemoryImage(logoData.buffer.asUint8List());
|
||||
final doc = pw.Document();
|
||||
final created = AppTime.formatDate(task.createdAt);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user