packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

Build not compatible with flutter 3.16.8 release

Open Appstute-Prerna opened this issue 1 year ago • 2 comments

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) =>

Appstute-Prerna avatar Jan 23 '24 15:01 Appstute-Prerna

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

ValentinVignal avatar Jan 25 '24 06:01 ValentinVignal

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

ManuelRauber avatar Feb 11 '24 08:02 ManuelRauber