fzyzcjy / flutter_rust_bridge

Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.
https://fzyzcjy.github.io/flutter_rust_bridge/
MIT License
4.29k stars 301 forks source link

No error, the program did not start #2377

Closed 107295472 closed 3 weeks ago

107295472 commented 3 weeks ago
D:\work\rust\alctnew> flutter run                                                                                                                                                 2024/10/30 11:14:46Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
Connected devices:
Windows (desktop) • windows • windows-x64    • Microsoft Windows [10.0.19044.5011]
Edge (web)        • edge    • web-javascript • Microsoft Edge 130.0.2849.56
[1]: Windows (windows)
[2]: Edge (edge)
Please choose one (or "q" to quit): 1
Launching lib\main.dart on Windows in debug mode...
Building Windows application...                                    12.0s
√ Built build\windows\x64\runner\Debug\alctnew.exe
Syncing files to device Windows...                                  97ms

Flutter run key commands.
r Hot reload.
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).

A Dart VM Service on Windows is available at: http://127.0.0.1:60326/SWY6KwASDfs=/
Lost connection to device.
fzyzcjy commented 3 weeks ago

Hi, could you please try flutter run --verbose?

One possible reason (of a lot of potential reasons) is because of http proxies.

And this may not be related to flutter_rust_bridge given this error message.

107295472 commented 3 weeks ago

there is no reactor running, must be called from the context of a Tokio 1.x runtime

github-actions[bot] commented 1 week ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue.