simc / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
1.07k stars 129 forks source link

dart fmt #86

Closed IanWorthington closed 3 years ago

IanWorthington commented 3 years ago

Anyone know what formatter this project needs? I'm using the dartfmt built into Android Studio 412 and the checker is rejecting it.

haarts commented 3 years ago

Android Studio is not actually using dartfmt but something home brew. You can configure Android Studio (and IntelliJ et al) to use dart fmt.

IanWorthington commented 3 years ago

Hmm.

Well, I chased down in settings where this is stored and it says:

"Code is formatted using the dartfmt tool from the Dart SDK."