
Make sure to declare internet support inside AndroidManifest.xml: Īdditional setup is required on iOS to allow the user to pick files from storage. Setup #Īdd html_editor_enhanced: ^2.5.0 as dependency to your pubspec.yaml. More is on the way! File a feature request or contribute to the project if you'd like to see other features added. It has support for extremely granular toolbar customization It exposes the InAppWebViewController so you can customize the WebView however you like - you can even load your own HTML code and inject your own JavaScript for your use cases. It has support for all of Summernote's callbacks It has support for many of Summernote's methods

You don't have to fiddle around with GlobalKeys to access methods, instead you can simply call. Instead, this package simply loads the HTML file, which improves performance and the editor's startup time.

It doesn't use a local server to load the HTML code containing the editor. It uses a heavily optimized WebView to deliver the best possible experience when using the editor It has fully native Flutter-based widget controls Keyboard shortcuts like Ctrl+B for bold work as well! It has official support for Flutter Web, with nearly all mobile features supported.

In what ways is this package "enhanced"? #
