File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
packages/netglade_analysis Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 14.0.1
2
+ - Don't check onSafe with check-is-not-closed-after-async-gap
3
+
1
4
## 14.0.0
2
5
- Adhere to DCM 1.25.0:
3
6
- Add avoid-single-field-destructuring
Original file line number Diff line number Diff line change @@ -460,9 +460,9 @@ dart_code_metrics:
460
460
# - avoid-passing-bloc-to-bloc
461
461
- avoid-passing-build-context-to-blocs
462
462
- avoid-returning-value-from-cubit-methods
463
- - check-is-not-closed-after-async-gap :
464
- additional-methods :
465
- - onSafe
463
+ - check-is-not-closed-after-async-gap
464
+ # additional-methods:
465
+ # - onSafe # ? Don't put onSafe here, it automatically checks whether bloc is closed in emit
466
466
- emit-new-bloc-state-instances
467
467
- handle-bloc-event-subclasses :
468
468
additional-methods :
Original file line number Diff line number Diff line change 1
1
name : netglade_analysis
2
- version : 14.0.0
2
+ version : 14.0.1
3
3
description : Lint rules for Dart and Flutter used internally at netglade.
4
4
repository : https://github.com/netglade/flutter_core/tree/main/packages/netglade_analysis
5
5
issue_tracker : https://github.com/netglade/flutter_core/issues
You can’t perform that action at this time.
0 commit comments