OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information
https://pub.dartlang.org/packages/flutter_screenutil
Apache License 2.0
3.87k stars 493 forks source link

Fix Type 'FlutterWindow' not found. (#450) #451

Closed AndromedaX7 closed 1 year ago

AndromedaX7 commented 1 year ago

Flutter version 3.7.0-23.0.pre.22 on channel master

lizhuoyuan commented 1 year ago

Personal computer configuration

zhushenwudi commented 1 year ago

我也在flutter master分支上出现了上述问题 [✓] Flutter (Channel master, 3.7.0-29.0.pre.21, on macOS 13.0 22A380 darwin-arm64, locale zh-Hans-CN) 将FlutterWindow改为FlutterView即可正确编译

static Future<void> ensureScreenSize([
    FlutterView? window,
    Duration duration = const Duration(milliseconds: 10),
  ])
lizhuoyuan commented 1 year ago

fixed at 5.6.1