You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the default JetBrains formatter without realizing it, and there are cases where it tries to format the code even though it is invalid Dart code. I'd prefer if the "Format code" action used dartfmt instead.
I've been using the default JetBrains formatter without realizing it, and there are cases where it tries to format the code even though it is invalid Dart code. I'd prefer if the "Format code" action used dartfmt instead.
Steps to reproduce:
flutter create --empty new_project
Scaffold
widget:The text was updated successfully, but these errors were encountered: