Closed damywise closed 2 years ago
flutter doctor -v:
[√] Flutter (Channel stable, 2.5.3, on Microsoft Windows [Version 10.0.19042.1348])
• Flutter version 2.5.3 at C:\src\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 18116933e7 (8 weeks ago), 2021-10-15 10:46:35 -0700
• Engine revision d3ea636dc5
• Dart version 2.14.4
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
• Android SDK at C:\Users\*****\AppData\Local\Android\sdk
• Platform android-30, build-tools 30.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.11.7)
• Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
• Visual Studio Community 2019 version 16.11.31911.196
• Windows 10 SDK version 10.0.18362.0
[√] Android Studio (version 4.2)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174)
[√] IntelliJ IDEA Community Edition (version 2019.3)
• IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.3.5
• Flutter plugin version 51.0.1
• Dart plugin version 193.7547
[√] VS Code (version 1.62.3)
• VS Code at C:\Users\AAAS\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.27.0
[√] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19042.1348]
• Chrome (web) • chrome • web-javascript • Google Chrome 95.0.4638.69
• Edge (web) • edge • web-javascript • Microsoft Edge 96.0.1054.34
I can confirm the same behavior... any updates on this?
I have solved this issue by using window_manager instead
I tried downgrading Flutter to 2.5.0 and 2.2.3, downgrading bitsdojo_window to 0.1.1, 0.1.0+1 and 0.1.0 but the resize is still not working. When downgrading the white blank goes away though. Edit: by white blank I mean that the app only shows white blank when launched. No topbar, no content or anything until the app is rebuild. I think the widgets are there but it just doesn't show since I can hover on a button and it'll rebuild and the white blank goes away.