flutter_dialpad icon indicating copy to clipboard operation
flutter_dialpad copied to clipboard

Metro Style Text Style

Open eopeter opened this issue 2 years ago • 5 comments

I am seeing this issue in the Metro Style while testing with Chrome: @cybex-dev

image

eopeter avatar Sep 07 '23 19:09 eopeter

Thanks for catching this, will address shortly.

cybex-dev avatar Sep 07 '23 19:09 cybex-dev

Thanks for fixing the issue

eopeter avatar Sep 07 '23 22:09 eopeter

Seems the text size is not auto adjusting:

image

eopeter avatar Sep 07 '23 23:09 eopeter

Hmm - I'll take a look at this later today.

cybex-dev avatar Sep 08 '23 02:09 cybex-dev

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 ScalingSize is set too high, the text will be too large. Alternatively,
  • if the ScalingType is 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.

cybex-dev avatar Sep 08 '23 02:09 cybex-dev