DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.42k stars 633 forks source link

when building APK with Flutter 3.24 #1721

Open AhmedRaza465 opened 3 months ago

AhmedRaza465 commented 3 months ago

I'm encountering a build issue with the printing package when using Flutter version 3.24. The error occurs during the verifyReleaseResources task, and it seems related to the android:attr/lStar resource, which is not found.

FAILURE: Build failed with an exception.

Sardorbee commented 3 months ago

I have the same issue!

Wwwolfgang commented 3 months ago

I have the same problem! Found it when creating a new patch with Shorebird.

montinisebastian commented 3 months ago

I have the same issue! ;'(

DavBfr commented 3 months ago

Printing 5.13.2 should fix that.

Istiak-Ahmed78 commented 3 months ago

Printing 5.13.2 should fix that.

This version of printing conflicts with latest version of firebase_core (3.3.0)

DavBfr commented 3 months ago

It's a dependency issue with Firebase Core Web: https://pub.dev/packages/firebase_core_web/score Many packages are not compatible but they don't want to fix it.

According to https://github.com/firebase/flutterfire/issues/13190 add this to your pubspec.yaml:

dependency_overrides:
  web: ^1.0.0