Pascal Welsch
Pascal Welsch
@pingbird What's the status here. Would you like to have external contriutions for this?
This is critical. Because puro downloads the x86 binary, it runs `flutter` and my app in rosetta mode which causes subpar app performance. I'm happy to help you with github...
Just tested it, it works 🚀 My Flutter macos app is now running as Apple binary, not in Rosetta mode anymore  `flutter doctor` also reports `arm64` correctly, immediately...
> I'm with bad cpu in executable in version 1.3.8 > > I'm using a M2 Maybe this issue should be kept open. Every dev on Apple Silicon has to...
Fair request, I thought long about this. I have the feeling that a `.tap()` would lead to many mistakes because it returns a Future and has to be awaited. You...
Counter argument: "Code is read much more often than it is written, so plan accordingly" [src](https://devblogs.microsoft.com/oldnewthing/20070406-00/?p=27343). Thus we should design for readability. One might argue that a chained `tap()` might...