modulepackage
0.1.1
Repository: https://github.com/go-generalize/go-dartfmt.git
Documentation: pkg.go.dev
# Functions
FormatDart tries to format a script with all of Formatters one-by-one.
FormatDartStandalone formats a script without dependencies on external commands.
FormatDartWithDartCLI formats a script with `dart format`.
FormatDartWithDartfmtCLI formats a script with `dartfmt`.
# Variables
Formatters are candidates for FormatDart.
# Type aliases
Formatter is a type of dart formatters.