flutter / flutter/flutter-intellij
Quick fixes for common errors
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
Add quick fixes that refactor widget code to resolve common errors.
Examples:
- Refactors to fix common overflow errors (e.g. wrap with expanded)
- Refactor to fix common case of placing a ListView in a Column
- Refactor for missing inherited widget.
Contributor guide
Assessment
This issue has not been assessed yet.