math_keyboard icon indicating copy to clipboard operation
math_keyboard copied to clipboard

Combination of Math Expression with actual alphabets

Open abayomiAkanji opened this issue 3 years ago • 5 comments

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"

abayomiAkanji avatar Apr 27 '21 07:04 abayomiAkanji

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.

github-actions[bot] avatar Apr 27 '21 07:04 github-actions[bot]

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?

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.

abayomiAkanji avatar Apr 29 '21 18:04 abayomiAkanji

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

Any updates on this?

masfour7 avatar Aug 28 '23 14:08 masfour7