excel icon indicating copy to clipboard operation
excel copied to clipboard

update package

Open ivanzhadnov opened this issue 1 year ago • 5 comments
trafficstars

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

ivanzhadnov avatar Jun 05 '24 20:06 ivanzhadnov

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. (package:excel/src/save/save_file.dart:966:7) #4 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:633:13) #5 Save._setSheetElements (package:excel/src/save/save_file.dart:914:22) #6 Save._save (package:excel/src/save/save_file.dart:544:5) #7 Excel.save (package:excel/src/excel.dart:348:21) #8 _State.build. (package:calendar/TH_Calculate/report_page.dart:511:44)

SuperKrallan avatar Jul 29 '24 07:07 SuperKrallan

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

konsultaner avatar Aug 06 '24 19:08 konsultaner

same issue here - an update would be much appreceated

markbreuss avatar Aug 07 '24 09:08 markbreuss

Same issue here after todat upgrade to Dart version 3.5.0

piddval avatar Aug 07 '24 11:08 piddval

Same issue , I can't run app

MelihCevhertas avatar Aug 07 '24 11:08 MelihCevhertas