3 Commits

Author SHA1 Message Date
222697c83d Fix flutter analyze 2020-05-05 09:28:47 +02:00
ac024c5190 KaTex PoC: Add snippet of html2canvas
With this, maybe we don't even need to have a screenshot ability, and
can just pass the image encoded as a message.
2020-05-03 18:23:14 +02:00
0607bc7fb5 Add a PoC for rendering equations with KaTex
It kind of works. The main problem is that the webview shows itself and
doesn't disappear after taking a screenshot. Also, I'm having to use an
old form of the community flutter webview plugin as the official
"community" plugin, doesn't support screenshots.

Overall, not bad. It'll probably just be easier to fork the webview
completely and fix the issues I'm encountering.

on iOS; Trying to take a screenshot resulted in a crash.
2020-05-03 18:08:49 +02:00