Open Sub6Resources opened 1 year ago
@Sub6Resources @edhom this is a very useful PR can it be merged
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Description
bool secondPage
has been replaced withint page
inMathFieldEditingController
to allow for more than two pages.customPages
attribute that takes a list ofCustomButtonPage
s.CustomButtonPage
takes aList<List<KeyboardButtonConfig>>
as well as an optionallabel
oricon
to be shown using thePageButtonConfig
.fontSize
attribute toMathKeyboard
and akeyboardButtonFontSize
attribute toMathField
to allow the font size of the keyboard buttons to be adjusted.heightFactor
attribute toKeyboardButtonConfig
to allow for customization of the height of keyboard rows.MathKeyboard
to test the functionality of custom and default pages on the keyboard.Related issues & PRs
None
Checklist
math_keyboard
orexample
package (also README etc.), I created an entry inCHANGELOG.md
(## UPCOMING RELEASE
if the change on its own is not worth an update).math_keyboard
package, I updated the version according to Dart's semantic versioning.