sestegra / spreadsheet_decoder

Spreadsheet Decoder is a library for decoding spreadsheets for ODS and XLSX files.
MIT License
55 stars 21 forks source link

Application will not compile when update flutter to 3.24 - Archive dependency #50

Open simeonangelov94 opened 3 months ago

simeonangelov94 commented 3 months ago

App will not compile with excel 4.0.3 and flutter 3.24 as of outdated archive 3.4.9 package with error:

/C:/Users/yyyy/AppData/Local/Pub/Cache/hosted/pub.dev/archive-3.4.9/lib/src/bzip2/bzip2.dart:5:7: Error: Method not found: 'UnmodifiableUint8ListView'. UnmodifiableUint8ListView(Uint8List(0)); Please update the package to use archive: ^3.6.1

YashvardhanKumar commented 2 months ago

51

Fixed here, please merge it

simeonangelov94 commented 2 months ago

@sestegra - Can you please publish update so we can update package?