excel
excel copied to clipboard
update package
#Because excel >=4.0.3 depends on archive 3.4.9 and flightplan depends on archive ^3.6.1, excel >=4.0.3 is forbidden.
archive-3.4.9 seems also to be missing the method 'UnmodifiableUint8ListView' which I need since the latest flutter upgrade. So yes, please upgrade to archive ^3.6.1.
Downgrading to excel ^4.0.2 allows me to use archive ^3.6.1, but then I get an error when I try to save the excel file (which I didn't get before):
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: null does not work for DoubleCellValue
#0 Save._createCell (package:excel/src/save/save_file.dart:133:16)
#1 Save._updateCell (package:excel/src/save/save_file.dart:997:16)
#2 Save._setRows (package:excel/src/save/save_file.dart:652:9)
#3 Save._setSheetElements.
same issue, latest flutter version doesn't build with this version of excel. I changed the version im my pub.dev folder locally and the build would work without errors. So updating should be just fine
same issue here - an update would be much appreceated
Same issue here after todat upgrade to Dart version 3.5.0
Same issue , I can't run app