justkawal / excel

Excel Library for Flutter and Dart - https://pub.dev/packages/excel
MIT License
415 stars 228 forks source link

Compile Linux App Error #366

Open joanfercho opened 1 month ago

joanfercho commented 1 month ago

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).

proshin-roman commented 1 month ago

It's a duplicate of #364