Closed mhbdev closed 1 year ago
Hi.
Please make this change, because we can't build the app on the beta channel because of this.
Thank you.
If you're in a hurry, you can do this until the 5.10.2
release is available:
printing: # TODO 5.10.2 # https://github.com/DavBfr/dart_pdf
git:
url: https://github.com/DavBfr/dart_pdf.git
ref: 029c8f53d623a1f991ece3c548cb7d83a83aff49
path: printing
I am confronting this issue since I have upgraded to the latest flutter version on the master channel. To solve the issue we have to name
services
package import to prevent the conflicts. The issue is appearing inlib\src\fonts\font.dart
file.Here is a the solution: