We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c38e1f commit 5c400a8Copy full SHA for 5c400a8
pkgs/stream_channel/analysis_options.yaml
@@ -3,12 +3,3 @@ include: package:dart_flutter_team_lints/analysis_options.yaml
3
analyzer:
4
language:
5
strict-casts: true
6
-
7
-linter:
8
- rules:
9
- - comment_references
10
- - always_declare_return_types
11
- - omit_local_variable_types
12
- - prefer_single_quotes
13
- - unawaited_futures
14
- - use_super_parameters
pkgs/stream_channel/pubspec.yaml
@@ -12,5 +12,5 @@ dependencies:
async: ^2.5.0
dev_dependencies:
15
- dart_flutter_team_lints: ^2.0.0
16
- test: ^1.16.0
+ dart_flutter_team_lints: ^3.0.0
+ test: ^1.16.6
0 commit comments