packages.flutter
packages.flutter copied to clipboard
Build not compatible with flutter 3.16.8 release
Describe the bug Build not compatible with flutter 3.16.8 release
To Reproduce Steps to reproduce the behavior:
- Upgrade flutter version to 3.16.8
- Flutter clean
- Flutter pub get
- start you app
- 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) =>
It seems like a duplicate of https://github.com/ScerIO/packages.flutter/issues/451 and https://github.com/ScerIO/packages.flutter/issues/448
Please check the new version on PubDev, it has been updated to 2.6.0 and includes the fix for the DecoderCallback issue.