Open AhmedRaza465 opened 3 months ago
I have the same issue!
I have the same problem! Found it when creating a new patch with Shorebird.
I have the same issue! ;'(
Printing 5.13.2 should fix that.
Printing 5.13.2 should fix that.
This version of printing conflicts with latest version of firebase_core (3.3.0)
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
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.