6 Commits

Author SHA1 Message Date
650763a1bd Comment out flutter_webview plugin
It wasn't being used. It was just an experiment which was never shipped.
Plus it hasn't been ported to null safety
2021-04-06 13:18:28 +02:00
cb5845c212 Add main_webview which is used for testing 2021-02-04 10:28:23 +01:00
ce201aa390 Add an experimental Katex rendering Widget
Related to #125

This still needs to be integrated into the Flutter Markdown renderer.
But the good news is that this works!

It currently requires network access to download the katex scripts. It
does NOT send the katex string to any server. The rendering is performed
in the app.
2020-05-19 18:36:16 +02:00
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