- Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestdevexp-assistIssues with analysis server assistsIssues with analysis server assistslegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Similarly to analyzer assist for child and children to Remove this widget, I would like to add the same also for Slivers, aka expand the suggestion to also detect sliver or slivers parameters.
Right now I can "make it work" by i.e. changing sliver to child which then adds the option, but that is not the best.
This would make possible to see "Remove this widget" suggestion i.e. on SliverPadding here in the example and more:
const SliverPadding( padding: EdgeInsets.all(42), sliver: SliverToBoxAdapter(child: Text('aaa')), ),Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestdevexp-assistIssues with analysis server assistsIssues with analysis server assistslegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug