Skip to content

Commit ffaefc3

Browse files
committed
docs: update readme
1 parent 5341504 commit ffaefc3

3 files changed

Lines changed: 8 additions & 17 deletions

File tree

packages/solidart_lint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.1
2+
3+
- Update README.md
4+
15
## 3.0.0
26

37
- Refactor the codebase to use `analysis_server_plugin` instead of `custom_lint`.

packages/solidart_lint/README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,13 @@ This package is a developer tool for users of flutter_solidart, designed to help
44
55
## Getting started
66

7-
Run this command in the root of your Flutter project:
8-
9-
```sh
10-
flutter pub add -d solidart_lint custom_lint
11-
```
7+
Be sure to have the Dart SDK version `>= 3.10.0` and the Flutter SDK `>= 3.38.0`.
128

139
Then edit your `analysis_options.yaml` file and add these lines of code:
1410

1511
```yaml
16-
analyzer:
17-
plugins:
18-
- custom_lint
19-
```
20-
21-
Then run:
22-
23-
```sh
24-
flutter clean
25-
flutter pub get
26-
dart run custom_lint
12+
plugins:
13+
solidart_lint: ^3.0.0
2714
```
2815
2916
## ASSISTS

packages/solidart_lint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: solidart_lint
22
description: solidart_lint is a developer tool for users of solidart, designed to help stop common issues and simplify repetitive tasks
3-
version: 3.0.0
3+
version: 3.0.1
44
repository: https://github.com/nank1ro/solidart
55
documentation: https://solidart.mariuti.com
66
topics:

0 commit comments

Comments
 (0)