yaml_formatter 1.0.1 yaml_formatter: ^1.0.1 copied to clipboard
A simple command line tool that formats the yaml file and writes back to file.
example/yaml_formatter_example.dart
import 'package:yaml_formatter/yaml_formatter.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}