File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
packages/netglade_analysis Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 13.0.0
2
2
- Adhere to DCM 1.22.0, 1.23.0, and 1.24.2:
3
- -
3
+ - Add avoid-adjacent-strings
4
+ - Add avoid-assignments-as-conditions
5
+ - Add avoid-complex-loop-conditions
6
+ - Add avoid-incorrect-uri
7
+ - Add avoid-negations-in-equality-checks
8
+ - Add avoid-unnecessary-extends
9
+ - Add avoid-unnecessary-overrides
10
+ - Add avoid-unused-assignment
11
+ - Add function-always-returns-same-value
12
+ - Add prefer-add-all
13
+ - Add prefer-for-in
14
+ - Add prefer-simpler-boolean-expressions
15
+ - Add avoid-late-final-reassignment
16
+ - Add use-existing-variable
17
+ - Add avoid-flexible-outside-flex
18
+ - Add prefer-center-over-align
19
+ - Add prefer-padding-over-container
20
+ - Add prefer-sized-box-square
21
+ - Add prefer-provider-extensions
22
+ - Add avoid-duplicate-bloc-event-handlers
23
+ - Add avoid-passing-build-context-to-blocs
24
+ - Add handle-bloc-event-subclasses
25
+ - Add prefer-bloc-extensions
26
+ - Add prefer-sealed-bloc-events
27
+ - Add prefer-sealed-bloc-state
4
28
5
29
## 12.0.0
6
30
- Minimal Dart 3.5.0
You can’t perform that action at this time.
0 commit comments