sestegra / spreadsheet_decoder

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

Decoder doesn't work with xml 4.1.0 #27

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello,

I run into an issue while using another package that depends on xml ^4.1.0, while this package still runs on ^3.0.0. It would be nice if the xml version of this could be updated.

Here is the Exception that I get:

Because flutter_svg >=0.18.0 depends on xml ^4.1.0 and 
spreadsheet_decoder 1.1.0 depends on xml ^3.0.0, flutter_svg >=0.18.0 
is incompatible with spreadsheet_decoder 1.1.0.

And because no versions of spreadsheet_decoder match >1.1.0 <2.0.0, 
flutter_svg >=0.18.0 is incompatible with spreadsheet_decoder ^1.1.0.
sestegra commented 4 years ago

Your issue is fixed now. A new package has been released.