../../Flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_pdfviewer-20.2.48-beta/lib/src/common/pdf_provider.dart:140:3: Error: 'Uint8List' isn't a type.
Uint8List? _documentBytes;
^^^^^^^^^
For some reason, after I added the package to pubspec.yaml, pub get, and then build, getting 5 to 6 compile errors related to Uint8List. Is there anything we need to add to add dart or something to the path. All other code I have works fine