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:
99 sdk : ^3.4.0
1010
1111dev_dependencies :
12- dart_flutter_team_lints : ^2.1.1
12+ dart_flutter_team_lints : ^3.0.0
1313 test : ^1.24.9
Original file line number Diff line number Diff line change 77
88# The following line activates a set of recommended lints for Flutter apps,
99# 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
1111
1212linter :
1313 # 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:
88 sdk : " >=3.4.1 <4.0.0"
99
1010dependencies :
11+ cupertino_icons : ^1.0.6
1112 flutter :
1213 sdk : flutter
13- ok_http :
14- path : ../
15- cupertino_icons : ^1.0.6
1614 http : ^1.0.0
1715 http_image_provider : ^0.0.2
16+ ok_http :
17+ path : ../
1818 provider : ^6.1.1
1919
2020dev_dependencies :
21+ dart_flutter_team_lints : ^3.0.0
2122 flutter_test :
2223 sdk : flutter
23- flutter_lints : ^3.0.0
2424 http_client_conformance_tests :
2525 path : ../../http_client_conformance_tests/
2626 http_profile : ^0.1.0
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ abstract interface class WebSocket {
169169 ///
170170 /// - A close frame was received from the peer. [CloseReceived.code] and
171171 /// [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
174174 /// (RFC-6455)[https://www.rfc-editor.org/rfc/rfc6455.html#section-7.4.1]
175175 /// (e.g. 1006).
176176 ///
You can’t perform that action at this time.
0 commit comments