flutter / flutter/flutter-intellij
Provide 2-way visibility between themes/styles and widgets
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
## Problem
This issue came from user feedback in a study. The problem is that it's hard to know which widgets will get affect by changes made to a style or a theme. On the other hand, it's hard to know where a given widget's style/theme is define in a project.
## Proposal
Maybe we can augment the inspector to show theming information for widgets and allow the user to jump from both ways?
Contributor guide
Assessment
This issue has not been assessed yet.