Giter Site home page Giter Site logo

Comments (5)

akaenner avatar akaenner commented on August 11, 2024 2

Now I get a slightly different dependency error. Basically the same but the required version for flutter_test is now 3.7.0:

Because every version of flutter_test from sdk depends on xml 3.7.0 and excel >=1.0.4 depends on xml ^4.1.0, flutter_test from sdk is incompatible with excel >=1.0.4.

Here is my flutter doctor output:

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.17.2, on Mac OS X 10.15.4 19E287, locale de-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
[✓] Android Studio (version 3.6)
[✓] VS Code (version 1.45.1)
[✓] Connected device (2 available)

• No issues found!

from excel.

justkawal avatar justkawal commented on August 11, 2024 2

Solved

Try below steps:

  1. Open project folder and remove excel dependency
  2. Add these lines in your project's pubspec.yaml
dependency_overrides:
  xml: ^4.1.0

after adding it will look like:

dev_dependencies:
  flutter_test:
    sdk: flutter

dependency_overrides:
  xml: ^4.1.0
  1. run flutter clean in the project folder.

  2. Close project folder

  3. Open terminal and run below commands :

    flutter upgrade

    pub cache repair

    flutter update-packages --force-upgrade

  4. Open project folder and add the dependency `excel:

Tell me if this works ?

We celebrate every issue as it helps us to improve.
~Thank You
LONG LIVE OPEN S🔥URCE

from excel.

akaenner avatar akaenner commented on August 11, 2024 1

Thank you very much. This works :-)

from excel.

justkawal avatar justkawal commented on August 11, 2024

Use command : flutter update-packages --force-upgrade

Tell me if this works for you !

~Thank You
LONG LIVE OPEN S🔥URCE

from excel.

justkawal avatar justkawal commented on August 11, 2024

Happy to help.
Stay Tuned...

More functionality is coming within next week with excel being more faster than now.

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.