localsend
localsend copied to clipboard
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception
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
- Open a terminal and run the app.
- Click on some other window to remove focus from the app.
- 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