Alex Li
Alex Li
This is likely to be an issue related to some conflicts between the `watcher` package and the Dart SDK. I cannot reproduce by running `dart pub global activate flutter_gen`. ```console...
You can see from my logs that when you're trying to activate `fluttergen`, it installs `watcher`, so there is a good chance that it resolves the watcher version depends on...
Please try to upgrade the SDK as I previously stated: > It's not a project-related problem so the only thing you can do is to upgrade can give another try.
The package will also be upgraded if you run `flutter/dart pub global activate`, Homebrew is not a requirement.
如果可以的话,请使用 Android Studio 对 Android 原生代码设置断点,尝试找到耗时请求。由于我们无法复现,所以我们的调试是无效的。
I reproduced this on the OnePlus 3, OnePlus 6T, and OnePlus 9Pro. When the `FlashMode` is `always`/`auto` and the flashlight triggered, the callback always reports `STATE_WAITING_PRECAPTURE_DONE`, and runs into a...
The plugin should also support compiling with Web now but not be able to call anything.
Sorry for the distributions from the community project. The website of docs has been redirected to `flutter.cn` which is now maintained by us @cfug, and should no longer file issues...
Fixed in c330c9f138be4409dc1b8cb8b74165e1b43bab9d.
The root cause is, as @hellohuanlin already been spotted in the last year, https://github.com/flutter/plugins/pull/3390/files#diff-c4f9451d94273e889e4527592876709aa327c9256e9a4d88c53fb05b8e9048cd  The fix would be simple, invert the strings so it can return a correct result.