Add support for deprecating an export
of a symbol
#48807
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
closed-duplicate
Closed in favor of an existing report
In order to move definitions between libraries we sometimes use an incremental state where you can use either the old or the new import. The class/method may not be deprecated entirely, but we'd want to push towards getting it from the new import. If something is available through two imports and only one is deprecated there shouldn't be a diagnostic.
We've discussed this recently, but I couldn't find an existing issue so filing one now to gather discussion.
The text was updated successfully, but these errors were encountered: