html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

Please update the dependencies used in this package

Open stashtechnologies opened this issue 2 years ago • 8 comments

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

stashtechnologies avatar Dec 21 '22 06:12 stashtechnologies

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

hayatbangash55 avatar Dec 21 '22 06:12 hayatbangash55

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

mohsinnaqvi606 avatar Dec 21 '22 06:12 mohsinnaqvi606

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.

TheCarpetMerchant avatar Dec 31 '22 12:12 TheCarpetMerchant

file_picker dependency should also be updated

blue492 avatar Jan 03 '23 12:01 blue492

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

programmermager avatar Jan 08 '23 15:01 programmermager

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

Rishab-ms avatar Sep 27 '23 16:09 Rishab-ms

@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

programmermager avatar Sep 27 '23 17:09 programmermager

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

Rishab-ms avatar Sep 28 '23 08:09 Rishab-ms

New version uploaded, sorry for the wait guys

tneotia avatar May 18 '24 17:05 tneotia