tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
269 stars 318 forks source link

html_editor_enhanced not compatible with flutter 3.22 [BUG] #509

Closed soufianebenyaala closed 2 months ago

soufianebenyaala commented 2 months ago

Describe the bug old text Theme must make compatible with flutter 3.22

To Reproduce just upgrade to latest flutter version

Screenshots image

blue492 commented 2 months ago

same problems here

ygoncharenkofwd commented 2 months ago

easy fix tho, hope the package will be updated soon

felipeduarte26 commented 2 months ago

same problem, there is already a PR, it needs to be approved, @tneotia

adithyank commented 2 months ago

+1 @tneotia Please merge PR and publish new version in pub.dev pls

sahmed-uas commented 2 months ago

+1 @tneotia Please approve and merge PR

RicBau2610 commented 2 months ago

@SteveShaw9899 Thank you for the Pull https://github.com/tneotia/html-editor-enhanced/pull/510

You can put the git repository in your pubspec, than you can run your Projects with Flutter 3.22.

  html_editor_enhanced:
    git: https://github.com/carmigo/html-editor-enhanced
tneotia commented 2 months ago

New version uploaded, sorry for the wait guys

hakama99 commented 2 weeks ago

@tneotia I used Flutter 3.19.6 and html_editor_enhanced 2.5.1 without any issues. I upgrade to flutter 3.22.2, my web platform has error with html_editor_enhanced version 2.6.0, web shows with empty. I update to html_editor_enhanced version 2.6.0 has same ques.

aa

Rejecting promise with error: TypeError: Cannot set properties of undefined (setting 'nativeCommunication')

A message on the flutter/lifecycle channel was discarded before it could be handled.
This happens when a plugin sends messages to the framework side before the framework has had an opportunity to register a listener. See the
ChannelBuffers API documentation for details on how to configure the channel to expect more messages, or to expect messages to get
discarded:
  https://api.flutter.dev/flutter/dart-ui/ChannelBuffers-class.html

but it fine on https://github.com/carmigo/html-editor-enhanced.

html_editor_enhanced:
    git: https://github.com/carmigo/html-editor-enhanced