File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ environment:
9
9
sdk : ^3.4.0
10
10
11
11
dev_dependencies :
12
- dart_flutter_team_lints : ^2.1.1
12
+ dart_flutter_team_lints : ^3.0.0
13
13
test : ^1.24.9
Original file line number Diff line number Diff line change 7
7
8
8
# The following line activates a set of recommended lints for Flutter apps,
9
9
# packages, and plugins designed to encourage good coding practices.
10
- include : package:flutter_lints/flutter .yaml
10
+ include : package:dart_flutter_team_lints/analysis_options .yaml
11
11
12
12
linter :
13
13
# The lint rules applied to this project can be customized in the
Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ environment:
8
8
sdk : " >=3.4.1 <4.0.0"
9
9
10
10
dependencies :
11
+ cupertino_icons : ^1.0.6
11
12
flutter :
12
13
sdk : flutter
13
- ok_http :
14
- path : ../
15
- cupertino_icons : ^1.0.6
16
14
http : ^1.0.0
17
15
http_image_provider : ^0.0.2
16
+ ok_http :
17
+ path : ../
18
18
provider : ^6.1.1
19
19
20
20
dev_dependencies :
21
+ dart_flutter_team_lints : ^3.0.0
21
22
flutter_test :
22
23
sdk : flutter
23
- flutter_lints : ^3.0.0
24
24
http_client_conformance_tests :
25
25
path : ../../http_client_conformance_tests/
26
26
http_profile : ^0.1.0
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ abstract interface class WebSocket {
169
169
///
170
170
/// - A close frame was received from the peer. [CloseReceived.code] and
171
171
/// [CloseReceived.reason] will be set by the peer.
172
- /// - A failure occurred (e.g. the peer disconnected). [CloseReceived.code] and
173
- /// [CloseReceived.reason] will be a failure code defined by
172
+ /// - A failure occurred (e.g. the peer disconnected). [CloseReceived.code]
173
+ /// and [CloseReceived.reason] will be a failure code defined by
174
174
/// (RFC-6455)[https://www.rfc-editor.org/rfc/rfc6455.html#section-7.4.1]
175
175
/// (e.g. 1006).
176
176
///
You can’t perform that action at this time.
0 commit comments