Giter Site home page Giter Site logo

Comments (10)

KirubaKaran2001 avatar KirubaKaran2001 commented on August 12, 2024 2

What is working for me, after upgrading to flutter 3.24 is to open pubspec.yaml and downgrade excel package to 4.0.2 like so excel: ^4.0.2 and then add archive 3.6.1 like so archive: ^3.6.1 and save the file so it will update the packages as needed.

Application will be compiled but excel download functionality is not working.

from excel.

mikeesouth avatar mikeesouth commented on August 12, 2024 2

As a temporary workaround, it seems to work to use archive 3.6.1 as a dependency override.

Use the 3.6.1 version in the yaml dependencies:

  archive: 3.6.1

Add an override section with archive 3.6.1:

dependency_overrides:
  # Remove this override when the excel package releases 4.0.4+
  archive: 3.6.1

from excel.

simeonangelov94 avatar simeonangelov94 commented on August 12, 2024

Same here.

from excel.

najibkr avatar najibkr commented on August 12, 2024

Facing the same issue...

/~/.pub-cache/hosted/pub.dev/archive-3.1.1/lib/src/bzip2/bzip2.dart:9:7:
Error: Method not found: 'UnmodifiableInt32ListView'.
UnmodifiableInt32ListView(Int32List(0));

from excel.

x1d3veloper avatar x1d3veloper commented on August 12, 2024

same issue for me with excel 4.0.2 and flutter 3.24.0

from excel.

asafgo avatar asafgo commented on August 12, 2024

What is working for me, after upgrading to flutter 3.24 is to open pubspec.yaml and downgrade excel package to 4.0.2 like so excel: ^4.0.2 and then add archive 3.6.1 like so archive: ^3.6.1 and save the file so it will update the packages as needed.

from excel.

ps6067966 avatar ps6067966 commented on August 12, 2024

+1

from excel.

Tom-ne avatar Tom-ne commented on August 12, 2024

same here

from excel.

frankylee avatar frankylee commented on August 12, 2024

Also seeing this issue.

from excel.

adaonder avatar adaonder commented on August 12, 2024

@FauconSpartiate @justkawal Please I am waiting update.

from excel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.