simpleclub / math_keyboard

Math expression editing using an on-screen software keyboard or physical keyboard input in a typeset input field in Flutter.
https://simpleclub.github.io/math_keyboard
BSD 3-Clause "New" or "Revised" License
133 stars 49 forks source link

Update flutter_math_fork #30

Closed edhom closed 2 years ago

edhom commented 2 years ago

Description

This updates flutter_math_fork to the latest version.

Related issues & PRs

n/a

Checklist

edhom commented 2 years ago

@creativecreatorormaybenot Oh I thought we don't add an entry for patches:D The test were failing cause the latest version of flutter_svg is used, which requires flutter 2.5 iirc (see the use of LayerHandle). But the flutter-action workflow used in the checks used an old flutter version. Updating it fixed it:)