binSaed / flutter_cached_pdfview

Enhanced PDF view for Flutter.
https://pub.dev/packages/flutter_cached_pdfview
MIT License
117 stars 67 forks source link

Error: 'Uint8List' isn't a type. #100

Open Nike3651 opened 11 months ago

Nike3651 commented 11 months ago

SDK Flutter 2.10.5 SDK Dart 2.16.2

I have this problem when trying to run the application. Uint8List' isn't a type copy_pdf_from_asset_to_storge.dart:22:13: Error: 'Uint8List' isn't a type. final Uint8List bytes = data.buffer.asUint8List(); ^^^^^^^^^

zouqunli commented 7 months ago

I also encountered this bug, but this version 0.4.1 can be used. I found that this import is missing in the file of version 0.4.2.In this file, “copy_pdf_from_asset_to_storge.dart” image

zouqunli commented 7 months ago

I hope the author can deal with it.