Sunbreak
Sunbreak
> I got the same error, when I use writeValue on Windows with more than 233 chracters. By 234 characters the app is crashing with Exited (sigterm) That is what...
> I have seen that the WriteValueAsync method is not awaited. Could this be the reason of the problem which is the data not received in the same order I...
https://github.com/woodemi/quick_notify/discussions/8
Could you post `flutter doctor -v`? And `flutter build windows -v` under `quick_blue_example`?
> [ +36 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -S > D:\miridiam1\windows -B build\windows -G Visual Studio 17 2022 > [ +98 ms] -- Selecting Windows SDK version 10.0.19041.0 to...
Recheck the most recent GitHub Action: https://github.com/woodemi/quick_blue/runs/5860012305 ``` Current runner version: '[2](https://github.com/woodemi/quick_blue/runs/5860012305?check_suite_focus=true#step:1:2).289.2' Operating System Microsoft Windows Server 2022 10.0.20[3](https://github.com/woodemi/quick_blue/runs/5860012305?check_suite_focus=true#step:1:3)[4](https://github.com/woodemi/quick_blue/runs/5860012305?check_suite_focus=true#step:1:4)[8](https://github.com/woodemi/quick_blue/runs/5860012305?check_suite_focus=true#step:1:8) Datacenter Virtual Environment Environment: windows-2022 Version: 20220330.1 Included Software: https://github.com/actions/virtual-environments/blob/win22/20220330.1/images/win/Windows2022-Readme.md Image...
FYI: https://stackoverflow.com/questions/70212613/flutter-for-desktop-visual-studio-2022-problem
What about `flutter-2.8.1` or `flutter-2.10.6`?
Could you try Flutter 2.8.1 or Flutter 2.10.5? Or could you reboot your PC?
``` [ +25 ms] Generating D:\miridiam1\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java ... [ +26 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -S D:\miridiam1\windows -B build\windows -G Visual Studio 16 2019 ``` What is `D:\miridiam1\`? There...