INFO: An uninitialized variable should have an explicit type annotation.
lib/src/connectionhandling/browser/mqtt_browser_ws_connection.dart:53:11
╷
53 │ var closeEvents;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/connectionhandling/browser/mqtt_browser_ws_connection.dart
INFO: An uninitialized variable should have an explicit type annotation.
lib/src/connectionhandling/browser/mqtt_browser_ws_connection.dart:54:11
╷
54 │ var errorEvents;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/connectionhandling/browser/mqtt_browser_ws_connection.dart
Found 16 issues. Showing the first 2:
INFO: An uninitialized variable should have an explicit type annotation. lib/src/connectionhandling/browser/mqtt_browser_ws_connection.dart:53:11
╷ 53 │ var closeEvents; │ ^^^^^^^^^^^ ╵ To reproduce make sure you are using the lints_core and run dart analyze lib/src/connectionhandling/browser/mqtt_browser_ws_connection.dart
INFO: An uninitialized variable should have an explicit type annotation. lib/src/connectionhandling/browser/mqtt_browser_ws_connection.dart:54:11
╷ 54 │ var errorEvents; │ ^^^^^^^^^^^ ╵ To reproduce make sure you are using the lints_core and run dart analyze lib/src/connectionhandling/browser/mqtt_browser_ws_connection.dart