Skip to content

Commit

Permalink
Merge pull request #337 from aeecleclair/fix/readme
Browse files Browse the repository at this point in the history
Fix a mistake in readme
  • Loading branch information
guillaumetavernier authored Mar 30, 2024
2 parents 7751f13 + 1ebf885 commit 643fe82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ NB: a trailing slash is required.

## Development

### Linting
### Formatting

To format code use `dart format .`

```
dart format .
```

### Linting

Titan support linting according to the official [Flutter static analysis options](https://dart.dev/guides/language/analysis-options).

The linter can be launched using:
Expand All @@ -44,7 +46,7 @@ The linter can be launched using:
dart analyze
```

Dart allows you to fix issues in your code with the `dart command`.
Dart allows you to fix issues in your code with the dart command `dart fix`.

To preview proposed changes, use the `--dry-run` flag:

Expand Down

0 comments on commit 643fe82

Please sign in to comment.