Michael Thomsen
Michael Thomsen
cc @stereotype441
Thanks very much for reaching out, and for the offer @Daegalus! We'll discuss this soon, but it's vacation time so it may be a little before we get back to...
hey @jakemac53 any news?
The high-level idea here is that this would enable us to do something like: 1. Support annotations like `@Deprecated("Use a list literal, [], or the List.filled constructor instead", 3.0)` 1....
> We should not have any deprecated APIs that survive a major version increment We already know that this is the case. > I think the filter we want is...
``` $ flutter --version Flutter 0.9.6-pre.35 • channel master • https://github.com/flutter/flutter.git Framework • revision 2a8e35cc9c (2 days ago) • 2018-09-29 08:29:28 +0700 Engine • revision 0c2b6dc6e3 Tools • Dart 2.1.0-dev.6.0.flutter-2aac05fe10...
@munificent didn't you do that analysis?
> will this be shipped in 2.18? That is unlikely, as we've already branched for that release
@munificent kind reminder to get this into the spec.
@bwilkerson does `dart fix` already update these from using `:` to using `=`? If not, how much would work that be to support?