Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-07 00:13:50 +00:00
parent b1ff90caa8
commit 7680979e10
7 changed files with 93 additions and 4 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- 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`