Michael Thomsen

Results 285 comments of Michael Thomsen

I also wonder why this is considered a Warning and not an Error

Most important part would be to get rid of the need to `brew install libusb` on Mac.

Hi @filiph, can you check out the notes in https://github.com/dart-lang/sdk/issues/46690#issuecomment-2014675471, and then perhaps respond over there with feedback?

@Sfshaza I'd love to see some updates to our background docs. We currently have these two: https://docs.flutter.dev/cookbook/networking/background-parsing https://docs.flutter.dev/packages-and-plugins/background-processes But they are not cross-linked, and it's not clear when to just...

+1 (explaining "work not on the main thread" vs "mobile app being in the background" is what I meant by clarifying "when to use what")

Big +1 for doing the first two! That would be similar to what Kotlin to Java interop does: https://kotlinlang.org/docs/java-interop.html#getters-and-setters

Functionally I think we'd want something like this: * `webdev serve`: Do DDC compilation + serve up result * `webdev build`: Do dart2js & dart2wasm compilation; plus bundle up in...