flutter_screenutil
flutter_screenutil copied to clipboard
Flutter screen adaptation, font adaptation, get screen information
bug: 用了screenUtil之后,image.asset的属性 centerSlice不起作用了,去掉ScreenUtil恢复正常
横竖屏切换BUG
flutter_screenutil: ^5.2.0 操作步骤: 1. 先置为横屏 2. 横屏状态下跳转到下一个页面 3. 在第二个页面切为竖屏 期待的结果: 布局尺寸不会有问题 实际结果: 布局尺寸被放大了 ``` import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const...
# Report **ScreenUtil version:** 5.5.3+2 **OS:** Android (did not test on iOS yet) **Environment:** reproduced in debug sessions, I cannot say for sure that this cannot happen in release builds...
During widget tests Flutter by default uses Ahem font for all texts. Since this font is not scaled properly, the tests fail due to overflow errors. Overriding the font to...
Hi i am using version 5.5.3+2 with DevicePreview to run some tests, but doesnt work. Everything is a mess with large text and widget sizes. It used to work very...
I'm using this plugin in my app and everything is working fine in Android phone and tablet and in iphones. But there is a scaling/resizing issue in iPad (image attached)....
Greetings! I am having a scaling issue when using this plugin. I am very hopeful that we can get this figured out. I posted the question with code examples and...
有时候需要按宽或者高来锁定比例,不能直接用r,所以加上了w和h,请添加,谢谢