Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combination of Math Expression with actual alphabets #19

Open
abayomiAkanji opened this issue Apr 27, 2021 · 5 comments
Open

Combination of Math Expression with actual alphabets #19

abayomiAkanji opened this issue Apr 27, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@abayomiAkanji
Copy link

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 abayomiAkanji added the enhancement New feature or request label Apr 27, 2021
@github-actions
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

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

@masfour7
Copy link

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants