Skip to content

在手机上 弹起键盘的时候 UI会变成 电脑端的UI,你们测试的时候用的是模拟器,所以看上去是正常的 #80

@Xue-Eric

Description

@Xue-Eric

我只做 app 所以直接注释掉了,这个地方感觉不应该用宽度来判断
Widget _webScaffold(Color? backgroundColor) => Scaffold(
backgroundColor: backgroundColor,
body: LayoutBuilder(
builder: (BuildContext context, BoxConstraints constraints) {
// final isLandscape =
// constraints.maxHeight / constraints.maxWidth < 1.05;
// context.read().setIsLandscape(newValue: isLandscape);
return _safeArea;
},
),

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions