From b5a79bbd8a48351af52c9434e550f2a778027492 Mon Sep 17 00:00:00 2001 From: spageektti <155078792+spageektti@users.noreply.github.com> Date: Mon, 6 May 2024 09:52:00 +0200 Subject: [PATCH] dart: add fix subcommand example (#12738) --- pages/common/dart.md | 4 ++++ 1 file changed, 4 insertions(+) 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`