"Move class to file" ask to export new file from source #56692
Labels
analyzer-refactoring
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
If you have the following project:
In
main.dart
:In
other.dart
:And you use "Move class to file" on
C
, the current output forother.dart
is (#56658 for theunused_import
):I'm not sure how this could be done, but I'd like to ask for a way for me to say if I want to add
export 'c.dart';
insidemain.dart
so that other files don't need to change.// CC: @DanTup
The text was updated successfully, but these errors were encountered: