Paras Rai
Paras Rai
@yadames Have you solved this?
Same here invoke from background is sent but cannot listen from foreground
@Habib-T4ULabs any progress?
> Not possible to install this on M1 MacOS Monterey. Apple own CH34x driver is not working. Any ideas? Same here. Got any solutions?
Yes, using ip didn't throw the above error but got Error: Server sent FIN packet unexpectedly, closing connection. > On the FTP server, replace ftp.test.com with the server IP address.
For now the solution is ``` _controller.document = quill.Document.fromJson( jsonDecode(markdownToDelta(html2md.convert(htmlString))), ); ``` With the use of other packages, [html2md](https://pub.dev/packages/html2md) and [delta_markdown](https://pub.dev/packages/delta_markdown)