Sign in
dart
/
http.git
/
b3c6429
commit
b3c6429c3f722507fdc900220eb649ed6e591fd9
[
log
]
[
tgz
]
author
Kevin Moore <kevmoo@users.noreply.github.com>
Tue Jan 26 07:46:17 2021 -0800
committer
GitHub <noreply@github.com>
Tue Jan 26 07:46:17 2021 -0800
tree
74f0aab7f781293f48d635d8172cb8577e2fb532
parent
9363836ded16ed7c15aac96dbb6427fc5aeed611
[
diff
]
Enable and fix a number of lints, disallow implicit casts (dart-lang/web_socket_channel#148)
pkgs/web_socket_channel/analysis_options.yaml
[
diff
]
pkgs/web_socket_channel/example/example.dart
[
diff
]
pkgs/web_socket_channel/lib/html.dart
[
diff
]
pkgs/web_socket_channel/lib/io.dart
[
diff
]
pkgs/web_socket_channel/lib/src/_connect_api.dart
[
diff
]
pkgs/web_socket_channel/lib/src/_connect_html.dart
[
diff
]
pkgs/web_socket_channel/lib/src/_connect_io.dart
[
diff
]
pkgs/web_socket_channel/lib/src/channel.dart
[
diff
]
pkgs/web_socket_channel/lib/src/copy/io_sink.dart
[
diff
]
pkgs/web_socket_channel/lib/src/copy/web_socket.dart
[
diff
]
pkgs/web_socket_channel/lib/src/copy/web_socket_impl.dart
[
diff
]
pkgs/web_socket_channel/lib/src/exception.dart
[
diff
]
pkgs/web_socket_channel/lib/src/sink_completer.dart
[
diff
]
pkgs/web_socket_channel/test/html_test.dart
[
diff
]
pkgs/web_socket_channel/test/io_test.dart
[
diff
]
pkgs/web_socket_channel/test/web_socket_test.dart
[
diff
]
16 files changed
tree: 74f0aab7f781293f48d635d8172cb8577e2fb532
pkgs/