eopeter / flutter_dialpad

A Phone Dialpad for your Flutter Application
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

Metro Style Text Style #23

Open eopeter opened 1 year ago

eopeter commented 1 year ago

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

image
cybex-dev commented 1 year ago

Thanks for catching this, will address shortly.

eopeter commented 1 year ago

Thanks for fixing the issue

eopeter commented 1 year ago

Seems the text size is not auto adjusting:

image
cybex-dev commented 1 year ago

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

cybex-dev commented 1 year ago

Keep in mind, the scaling depends on the configured ScalingType and ScalingSize - it's best observed in an adjustable window e.g. Google Chrome:

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.