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
Launching lib/main.dart on Linux in debug mode... ERROR: ../../../.pub-cache/hosted/pub.dev/archive-3.4.9/lib/src/bzip2/bzip2.dart:5:7: Error: Method not found: 'UnmodifiableUint8ListView'. ERROR: UnmodifiableUint8ListView(Uint8List(0)); ERROR: ^^^^^^^^^^^^^^^^^^^^^^^^^ ERROR: ../../../.pub-cache/hosted/pub.dev/archive-3.4.9/lib/src/bzip2/bzip2.dart:7:7: Error: Method not found: 'UnmodifiableUint32ListView'. ERROR: UnmodifiableUint32ListView(Uint32List(0)); ERROR: ^^^^^^^^^^^^^^^^^^^^^^^^^^ ERROR: ../../../.pub-cache/hosted/pub.dev/archive-3.4.9/lib/src/bzip2/bzip2.dart:9:7: Error: Method not found: 'UnmodifiableInt32ListView'. ERROR: UnmodifiableInt32ListView(Int32List(0)); ERROR: ^^^^^^^^^^^^^^^^^^^^^^^^^ ERROR: Target kernel_snapshot_program failed: Exception Error: Build process failed
Exited (1).
The text was updated successfully, but these errors were encountered:
It's a duplicate of #364
Sorry, something went wrong.
No branches or pull requests
Launching lib/main.dart on Linux in debug mode...
ERROR: ../../../.pub-cache/hosted/pub.dev/archive-3.4.9/lib/src/bzip2/bzip2.dart:5:7: Error: Method not found: 'UnmodifiableUint8ListView'.
ERROR: UnmodifiableUint8ListView(Uint8List(0));
ERROR: ^^^^^^^^^^^^^^^^^^^^^^^^^
ERROR: ../../../.pub-cache/hosted/pub.dev/archive-3.4.9/lib/src/bzip2/bzip2.dart:7:7: Error: Method not found: 'UnmodifiableUint32ListView'.
ERROR: UnmodifiableUint32ListView(Uint32List(0));
ERROR: ^^^^^^^^^^^^^^^^^^^^^^^^^^
ERROR: ../../../.pub-cache/hosted/pub.dev/archive-3.4.9/lib/src/bzip2/bzip2.dart:9:7: Error: Method not found: 'UnmodifiableInt32ListView'.
ERROR: UnmodifiableInt32ListView(Int32List(0));
ERROR: ^^^^^^^^^^^^^^^^^^^^^^^^^
ERROR: Target kernel_snapshot_program failed: Exception
Error: Build process failed
Exited (1).
The text was updated successfully, but these errors were encountered: