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

Combination of Math Expression with actual alphabets #19

Open abayomiAkanji opened 3 years ago

abayomiAkanji commented 3 years ago

Feature description

Hi Simpleclub, many thanks for this flutter plugin. Kudos to the team.

I noticed that the keyboard has only Mathematics characters/letter. I would like to know if there future possibilities of having the Math's expressions and regular characters (A - Z) on the same form field?. For example: Enabling users to type: "Find the value of X in the {equation}". Currently, I can only input the equation without "Find the value of X in the"

github-actions[bot] commented 3 years ago

Hi 👋🏽 Thank you for opening your first issue with simpleclub/math_keyboard ❤

You can expect triage from us soon 🙂 In the meantime, you can try to search for similar issues in our issue database.

creativecreatorormaybenot commented 3 years ago

Hi @abayomiAkanji - I would suggest trying with RichText and a WidgetSpan (and then not use any InputDecoration, i.e. remove the border). Did you give that a try?

abayomiAkanji commented 3 years ago

Hi @creativecreatorormaybenot thanks for your response.

RichText couldn't provide that functionality. I wanted a field that can accept both maths equation and the regular text. Flutter' native TextField and this MathField would accept regular characters and math equations respectively.

I wanted to know if there is any plan to enable the MathField accept both equation and regular text.

creativecreatorormaybenot commented 3 years ago

@abayomiAkanji what would that look like? TeX only uses typeset fonts that are not really compatible with regular text 🤔

masfour7 commented 1 year ago

Any updates on this?