html-editor-enhanced
html-editor-enhanced copied to clipboard
A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
I updated these three dependencies: `pointer_interceptor`, `file_picker`, and `flutter_keyboard_visibility`. See #295.
It is still depend on file_picker: ^4.6.1 flutter_svg: ^0.23.0+1 Please update these dependenticies
I have used the **initialText** parameter to load my HTML string to get the formatted text. But, the style I applied to the html is not applied in the editor....
**Describe the bug** Cannot change window's height in code view mode on web https://user-images.githubusercontent.com/51567674/180735754-ca8311d7-0b5c-4160-8d70-a25e941368f5.mov
**Describe the bug** The codeview auto reformat the code, which is not desired sometimes. **To Reproduce** Steps to reproduce the behavior: 1. Use sample HTML code like this ``` Event...
Hi, Thank you guys for your awesome package I want to init fontSize 12 to 14 in the editor. Can you tell me how I can do it?
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
Is there any way in this package to override the default styles with our own styles? For example **hl** tag by default takes the 'Sans Serif' font family and font...