localsend icon indicating copy to clipboard operation
localsend copied to clipboard

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception

Open RodBarnes opened this issue 1 year ago • 0 comments

Describe the bug

[This appears to be a minor issue and doesn't seem to affect operation but wanted to post it.]

Whenever Localsend gains focus, it reports the error:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value
#0      ConnectivityPlusLinuxPlugin._startListenConnectivity (package:connectivity_plus/src/connectivity_plus_linux.dart:68)
<asynchronous suspension>

To reproduce

  1. Open a terminal and run the app.
  2. Click on some other window to remove focus from the app.
  3. Click on the app to put focus on the app.

The terminal window will display the error.

Expected behavior

Error should not appear as Null Check should be resolved.

Screenshots

No response

Desktop (please complete the following information)

Linux Fedora 39 Cinnamon using AppImage.

Smartphone (please complete the following information)

No response

Additional context

No response

RodBarnes avatar Dec 14 '23 18:12 RodBarnes