ScerIO / packages.flutter

👨‍💻 Plugins and packages for Flutter framework
https://pub.dev/publishers/serge.software/packages
MIT License
453 stars 442 forks source link

Build not compatible with flutter 3.16.8 release #477

Open Appstute-Prerna opened 8 months ago

Appstute-Prerna commented 8 months ago

Describe the bug Build not compatible with flutter 3.16.8 release

To Reproduce Steps to reproduce the behavior:

  1. Upgrade flutter version to 3.16.8
  2. Flutter clean
  3. Flutter pub get
  4. start you app
  5. Error: ../../../.pub-cache/hosted/pub.dev/pdfx-2.5.0/lib/src/viewer/pdf_page_image_provider.dart:24:55: Error: Type 'DecoderCallback' not found. ImageStreamCompleter load(PdfPageImageProvider key, DecoderCallback decode) =>
ValentinVignal commented 8 months ago

It seems like a duplicate of https://github.com/ScerIO/packages.flutter/issues/451 and https://github.com/ScerIO/packages.flutter/issues/448

ManuelRauber commented 7 months ago

Please check the new version on PubDev, it has been updated to 2.6.0 and includes the fix for the DecoderCallback issue.