Verban Adrian
Verban Adrian
You could try a try-catch clause and if any exceptions happen while you put the value you can catch it and show an error to the user.
> In my installation: v.2.6.1, Win10 Pro 21H2 the issue seems to be related to transitions translation. Source files of error: `C:\Program Files\OpenShot Video Editor\windows\models\transition_model.py` code lines: > > ```...
Since the editor wasn't updated in a while, I think it's related to: https://github.com/summernote/summernote/issues/3257 I am working on an update for the package, but since the original developer doesn't seem...
Can you try [html_editor_plus](https://pub.dev/packages/html_editor_plus) and see if still persists?
Anyone has any ideea why is the editor seems larger than the parent widget? The height is given from LayoutBuilder and is set to: summernote editor, IFrameElement and set to...
No, they are not, already tested that. Here are outputs: ``` Builder constraints: BoxConstraints(0.0
It resized the box accordingly, but the editor keeps it's size. 
The summernote status bar seems to be is the issue. It's taking aditional 10 px, I will disable it for now. Update, apparently the issue was caused by padding from...
Since the owner of the repo didn't answer, I went ahead and made a new package to continue development there. The package can be found at: https://pub.dev/packages/html_editor_plus While the repo:...
> I prefer positioning this widget at the top right corner of my screen, but it always starts in the middle, and then I need to drag it to the...