Code Monkey home page Code Monkey logo

Comments (4)

AlceoMazza avatar AlceoMazza commented on June 3, 2024 6

While waiting for updates I'm having my project temporarily work by adding dependency overrides in my pubspec.yaml, like this:

dependency_overrides:
  flutter_colorpicker: # Keep this dependency override until flutter_colorpicker updates get published on pub.dev or until flutter_quill changes package for its color picker
    git: https://github.com/mchome/flutter_colorpicker.git
  intl: ^0.19.0 # Keep this dependency override until flutter_quill gets updated

from flutter-quill.

romanr avatar romanr commented on June 3, 2024 5

Better rename this issue to "Incompatible with current Flutter SDK."
if you use intl, localizations, pub get unable to resolve;

Because every version of flutter_localizations from sdk depends on intl 0.19.0 and flutter_quill >=9.2.4 depends on intl ^0.18.1, flutter_localizations from sdk is incompatible with flutter_quill >=9.2.4.
So, because depends on both flutter_quill ^9.3.11 and flutter_localizations from sdk, version solving failed.

from flutter-quill.

ellet0 avatar ellet0 commented on June 3, 2024 1

It's probably an analysis issue from pub.dev side, for example, the issue tracker is already defined, see this link

image

The package hasn't been updated for the latest version yet.

from flutter-quill.

ellet0 avatar ellet0 commented on June 3, 2024 1

Add this to your pubspec.yaml

dependency_overrides:
  # TODO: Temporarily add this to avoid build failure
  flutter_quill:
    git: https://github.com/singerdmx/flutter-quill.git
  flutter_colorpicker:
    git: https://github.com/mchome/flutter_colorpicker.git
  pdf_widget_wrapper: ^1.0.4

This should fix the issue as a temporary solution

from flutter-quill.

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.