Michael Thomsen
Michael Thomsen
Hey @atsansone is this something you can help with?
I think my preference is something more drastic... Currently effective Dart categories into thing you must/shouldn't do (DO/AVOID) and things you should consider (PREFER). Those groupings seem very overlapping with...
cc @lrhn wdyt?
@leafpetersen WDYT?
cc @jonasfj wdyt?
My concern is that the `else` part currently isn't that easy. What would I write under `something()` here? ```dart if (Platform.isIOS) { final client = ... runWithZone(something, () => client);...
OK, that sounds good. I guess when no config of the client is needed, you can also just use this? ```dart final client = Platform.isIOS ? CupertinoClient.defaultSessionConfiguration() : Client(); runWithClient(myFunction,...
@johnniwinther wdyt?
cc @Hixie @tvolkert any known big Flutter uses of this?
Not entirely sure what the right experience is, but this feels rough, cc @jonasfj @bwilkerson @jacob314