Louie Andrew Capulso
Louie Andrew Capulso
Have anyone tried uninstalling and reinstall the older version of IDM?
here's a screenshot 
issue still not fixed
please add this. I don't want to use the `separator`.
please just ignore the unsupported selectors instead of throwing an error.
> 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...
same here. Does anybody know what may be the cause?
Try this: ``` dart ImageExtension( builder: (extensionContext) { final element = extensionContext.styledElement as ImageElement; return ClipRRect( borderRadius: BorderRadius.circular(5.0), child: Image.network( element.src, ), ); }, ), ```
Ah, so it tried to uninstall itself to update, and probably failed to reinstall? It keeps disappearing on mine as well.