You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
^^^^^^^^^
The text was updated successfully, but these errors were encountered:
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”
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();
^^^^^^^^^
The text was updated successfully, but these errors were encountered: