We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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) => ^^^^^^^^^^^^^^^ pdfx-2.5.0/lib/src/viewer/pdf_page_image_provider.dart:40:7: Error: Type 'DecoderCallback' not found. DecoderCallback decode) async { ^^^^^^^^^^^^^^^ pdfx-2.5.0/lib/src/viewer/pdf_page_image_provider.dart:24:55: Error: 'DecoderCallback' isn't a type. ImageStreamCompleter load(PdfPageImageProvider key, DecoderCallback decode) => ^^^^^^^^^^^^^^^ pdfx-2.5.0/lib/src/viewer/pdf_page_image_provider.dart:40:7: Error: 'DecoderCallback' isn't a type. DecoderCallback decode) async { ^^^^^^^^^^^^^^^ Target kernel_snapshot failed: Exception
https://api.flutter.dev/flutter/painting/DecoderCallback.html it has been Deprecated
Flutter 3.16.0 • Dart 3.2.0
The text was updated successfully, but these errors were encountered:
Duplicate of : #448
Sorry, something went wrong.
Please check the new version on PubDev, it has been updated to 2.6.0 and includes the fix for the DecoderCallback issue.
SergeShkurko
No branches or pull requests
https://api.flutter.dev/flutter/painting/DecoderCallback.html
it has been Deprecated
Flutter 3.16.0 • Dart 3.2.0
The text was updated successfully, but these errors were encountered: