Invalidating cache... Changing AnimatedContainer's height to 1, doesn't throw the error on latest versions. So, the issue seems to be when we pass height as 0. stable, master flutter doctor -v [✓] Flutter (Channel stable, 3.3.0, on macOS 12.2.1 21D62 darwin-x64, locale en-...
Add a 👍reactiontoissues you find important. I also can't build the APK on flutter 3.2.9. Maybe this is a different issue, but seems like something in flutter is trying to read something from its sdk path, which can't happen since nix is read only? Just a guess though. Using flut...
There are two logs in this timeout that caught my attention: (lldb) warning: libobjc.A.dylib is being read from process memory. This indicates that LLDB could not find the on-disk shared cache for this device. This will likely reduce debugging performance.The Dart VM Service was not disc...
[ +60 ms] Successfully connected to service protocol: http://127.0.0.1:65248/5l-6UBAo_ug=/ [ +47 ms] DevFS: Creating new filesystem on the device (null) [ +22 ms] DevFS: Created new filesystem on the device (file:///data/user/0/io.flutter.plugins.videoplayerexample/code_cache/ex...
On top of that, Miri will also tell you about memory leaks: when there is memory still allocated at the end of the execution, and that memory is not reachable from a globalstatic, Miri will raise an error. Miri supports almost all Rust language features; in particular, unwinding and concu...