We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step 1: dependencies: auto_size: git: url: git://github.com/flutterchina/auto_size.git Step 2: flutter packages get Step 3: import 'package:auto_size/auto_size.dart'; /// 默认设计稿尺寸360*640,单位dp。 void main() => runAutoSizeApp(MyApp()); void main() => runAutoSizeApp(MyApp(), width: designWidth, height: designeight);
The text was updated successfully, but these errors were encountered:
如果用了系统屏幕尺寸就会有影响。没用就没事 MediaQuery.of(context).size; MediaQueryData.fromWindow(ui.window).size;
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: