shamblett / mqtt5_client

A server and browser based MQTT 5 client for dart
Other
51 stars 29 forks source link

Fix linter errors from Pub #50

Closed shamblett closed 1 year ago

shamblett commented 1 year ago

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

shamblett commented 1 year ago

Completed