dart_style library

Classes

DartFormatter
A Dart source code formatter.
SourceCode
Describes a chunk of source code that is to be formatted or has been formatted.

Exceptions / Errors

FormatterException
Thrown when one or more errors occurs while parsing the code to be formatted.
UnexpectedOutputException
Exception thrown when the internal sanity check that only whitespace changes are made fails.