go-flutter-desktop / go-flutter

Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
https://hover.build/
BSD 3-Clause "New" or "Revised" License
5.85k stars 283 forks source link

get go-flutter: no handler found for channel dev.fluttercommunity.plus/connectivity #645

Open Bluezz99 opened 2 years ago

Bluezz99 commented 2 years ago

Hover doctor

$ hover doctor
hover: Running on linux
hover: Docker installed: true
hover: Sharing flutter version
[...]

Error output

Using hover build [...] --XXX to build my application, I get the following error:

hover: Using engine from cache
hover: Cleaning the build directory
hover: Bundling flutter app
hover: Compiling 'go-flutter' and plugins
[...]

Hi, I am try to developer go-flutter desktop application, I need to get network status, so I import connectivity_plus-2.2.1 in my project but I get go-flutter: no handler found for channel dev.fluttercommunity.plus/connectivity when I use hover run if I use flutter run, it's run fine, but flutter run not run to golang program, how can I fix it, Thanks!

bladeofgod commented 6 months ago

same issue, by use hover run to build windows app.