flutter_summernote icon indicating copy to clipboard operation
flutter_summernote copied to clipboard

Results 22 flutter_summernote issues
Sort by recently updated
recently updated
newest added

I'm using the default example provided in the doc, the only change is that I'm using the default toolbar. The problem is that when I try to press the button...

When we select any color from the color palette the app is crashing.

need further investigation

This example project is running without issue on emulator. But when I run it on real device its not working. No toolbar is showing and cannot able to type any...

When i use summernote on page. if i press back button then the navigator does not pop that page.

Hey @chandrabezzo. I use [Official Summernote](https://summernote.org/) to write blog posts on my website. Few days ago, i decided to develop a [Flutter](https://flutter.dev/) app to show my blogs but i'm facing...

Trying to attach an image from the gallery. it is rendered as base64 but not displaying the image. there is space inside encoded base64.

enhancement

Just getting started on an email compose screen at work. First thing I noticed is that when I open the editor and pass in a user's signature (html), there is...

enhancement

Can't type anything, it doesn't work on Flutter (Channel dev, 1.23.0-4.0.pre, on Microsoft Windows [Version 10.0.18363.1082], locale en-US) ### UI ![image](https://user-images.githubusercontent.com/47042331/94796580-ccf43680-0400-11eb-839b-cfde8036cb1d.png) ### Logs ``` Performing hot restart... Syncing files to...

need further investigation

I am unable to copy and paste the sentence with formatting. The formatting is lost when I copy-paste from an external website.

``` late final WebViewController? _webViewController; .... @override void dispose() { if (_webViewController != null) { _webViewController = null; } super.dispose(); } ``` Setting _webViewController =null on dispose causing this error....