flutter_easyloading icon indicating copy to clipboard operation
flutter_easyloading copied to clipboard

iOS系统上的loading字体随系统设置中的字体放大了,textScaleFactor设置无效。

Open syq7970 opened this issue 3 years ago • 1 comments

CupertinoApp(
builder: EasyLoading.init(builder: (context, widget) {
                return MediaQuery(
                  data: MediaQuery.of(context).copyWith(textScaleFactor: 1.0),
                  child: widget!,
                );
              }),
)

这样可以固定其他所有组件的字体,唯独Loading中的文字还是放大版。

syq7970 avatar Aug 30 '21 07:08 syq7970

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.

github-actions[bot] avatar Aug 30 '21 07:08 github-actions[bot]