flutter_dialpad
flutter_dialpad copied to clipboard
Metro Style Text Style
I am seeing this issue in the Metro Style while testing with Chrome: @cybex-dev
Thanks for catching this, will address shortly.
Thanks for fixing the issue
Seems the text size is not auto adjusting:
Hmm - I'll take a look at this later today.
Keep in mind, the scaling depends on the configured ScalingType and ScalingSize - it's best observed in an adjustable window e.g. Google Chrome:
- If
ScalingSizeis set too high, the text will be too large. Alternatively, - if the
ScalingTypeis set to a constraint that doesn't change (consider mobile phones)
These options require the developer to set the appropriate text/icon sizes for their usage. On web browsers windows, these features are more visible and emphasised.
Might I recommend taking a look at #18 as a demo.