Open Nike3651 opened 1 year 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”
I hope the author can deal with it.
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(); ^^^^^^^^^