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

Please update the dependencies used in this package #371

Closed
stashtechnologies opened this issue Dec 21, 2022 · 9 comments
Closed

Please update the dependencies used in this package #371

stashtechnologies opened this issue Dec 21, 2022 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@stashtechnologies
Copy link

please update the sub-dependencies as it is conflicting with firebase packages.

@stashtechnologies stashtechnologies added the bug Something isn't working label Dec 21, 2022
@hayatbangash55
Copy link

yes, this is right... it should be updated immediately.

@mohsinnaqvi606
Copy link

mohsinnaqvi606 commented Dec 21, 2022

it have conflict with flutter_local_notifications: ^13.0.0

Here is my error

Because flutter_local_notifications >=13.0.0 depends on flutter_local_notifications_linux ^3.0.0 which depends on ffi ^2.0.1, flutter_local_notifications >=13.0.0 requires ffi ^2.0.1.
And because file_picker ^4.0.0 depends on ffi ^1.1.2, flutter_local_notifications >=13.0.0 is incompatible with file_picker ^4.0.0.
And because html_editor_enhanced 2.5.0 depends on file_picker ^4.6.0 and no versions of html_editor_enhanced match >2.5.0 <3.0.0, flutter_local_notifications >=13.0.0 is incompatible with html_editor_enhanced ^2.5.0.
So, because dealersgear_crm depends on both html_editor_enhanced ^2.5.0 and flutter_local_notifications ^13.0.0, version solving failed.
pub get failed (1; So, because dealersgear_crm depends on both html_editor_enhanced ^2.5.0 and flutter_local_notifications ^13.0.0, version solving failed.)

@TheCarpetMerchant
Copy link
Contributor

In case some people are not aware, you can use this :

  html_editor_enhanced: #2.5.0
    git:
      url: https://github.com/tneotia/html-editor-enhanced
      #ref: commit

in your pubspec. You can use ref to specify a commit so that you don't get surprised when something is pushed to master.

@blue492
Copy link

blue492 commented Jan 3, 2023

file_picker dependency should also be updated

@programmermager
Copy link

programmermager commented Jan 8, 2023

I forked and already update all packages into latest version. you can use

 html_editor_enhanced:
     git:
       url: https://github.com/programmermager/html-editor-enhanced.git
       ref: chore/update-packages

in your pubspec.yaml. I already create PR to for this changes

@Rishab-ms
Copy link

@programmermager heyy, this is merged into the package itself right?

@programmermager
Copy link

@programmermager heyy, this is merged into the package itself right?

hey @Rishab-ms you can ignore my recommendation above. because the MR not merged by @tneotia i think

@Rishab-ms
Copy link

@TheCarpetMerchant ohk, but do you use the fork you've created? Is it stable?

@tneotia
Copy link
Owner

tneotia commented May 18, 2024

New version uploaded, sorry for the wait guys

@tneotia tneotia closed this as completed May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants