sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[Dart fix] Allow specifying multiple elements per fix

Open guidezpl opened this issue 3 years ago • 0 comments

Dart fix currently only allow a single element per fix, leading to unnecessary duplication. For example, for each ThemeData fix for https://github.com/flutter/flutter/issues/91772), we need 3 identical fixes for the unnamed constructor, raw constructor, and copyWith.

guidezpl avatar Sep 19 '22 09:09 guidezpl