Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package #355

Open
ivanzhadnov opened this issue Jun 5, 2024 · 5 comments
Open

update package #355

ivanzhadnov opened this issue Jun 5, 2024 · 5 comments

Comments

@ivanzhadnov
Copy link

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

@SuperKrallan
Copy link

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)

@konsultaner
Copy link

konsultaner commented Aug 6, 2024

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

@markbreuss
Copy link

same issue here - an update would be much appreceated

@piddval
Copy link

piddval commented Aug 7, 2024

Same issue here after todat upgrade to Dart version 3.5.0

@MelihCevhertas
Copy link

Same issue , I can't run app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants