Fixed unable to load crmc_logo in android
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user