diff --git a/pages/common/dart.md b/pages/common/dart.md index 7d596055e..05f121442 100644 --- a/pages/common/dart.md +++ b/pages/common/dart.md @@ -26,3 +26,7 @@ - Compile a Dart file to a native binary: `dart compile exe {{path/to/file.dart}}` + +- Apply automated fixes to the current project: + +`dart fix --apply`