skip to Main Content

I am trying to run a app in flutter but it shows some erroe

.. /../AppData/Local/Pub/Cache/hosted/pub.dev/archive-3.3.9/lib/src/bzip2/bzip2.dart:5:7: Error: Method not found: 'UnmodifiableUint8ListView'. UnmodifiableUint8ListView(Uint8List(0)); ../../AppData/Local/Pub/Cache/hosted/pub.dev/archive-3.3.9/lib/src/bzip2/bzip2.dart:7:7: Error: Method not found: 'UnmodifiableUint32ListView'. UnmodifiableUint32ListView(Uint32List(0)); "../../AppData/Local/Pub/Cache/hosted/pub.dev/archive-3.3.9/lib/src/bzip2/bzip2.dart:9:7: Error: Method not found: 'UnmodifiableInt32ListView'. UnmodifiableInt32ListView(Int32List(0)); class BZip2 static final Uint8List emptyUint8List UnmodifiableUint8ListView(Uint8List(0)); static final Uint32List emptyUint32List UnmodifiableUint32ListView(Uint32List(0)); static final Int32List emptyInt32List UnmodifiableInt32ListView(Int32List(0));

VIEW QUESTION
Back To Top
Search