Michael Thomsen

Results 285 comments of Michael Thomsen

The goal is to reduce the code size of code that is compiled for production, which we simplified to mean AOT (on Native platforms) and `dart2js` (on Web platforms).

Related SDK issue: https://github.com/dart-lang/sdk/issues/31969

I don't think it's quite ready yet; there are a bunch of known issues. The team is pushing hard on iOS fidelity, so hopefully soon. But I'll let @sethladd make...

@devoncarew can we take a look at this?

Related issue for nested typedefs: https://github.com/dart-lang/language/issues/2952

How about something like https://github.com/flutter/website/pull/11032 to start? Then next we work on better highlighting the community design systems (I have some ideas about that I need to write down).

@itsjustkevin is this still relevant? It's marked P1 but has not had any progress in over a year.

The strawman for the "Show what the macro produced" IDE experience I had in mind when we brainstormed this was that we'd show the full code after the macro had...

Closing as I believe this was addressed in https://github.com/dart-lang/setup-dart/pull/141 (let me know if I'm missing something)