-
Updated:
https://github.com/flutter/flutter/pull/121786 resolved the original issue in accordance with native behavior, but I am leaving this open to see if folks want the option for the first idea…
-
## Use case
I am trying to build a simple flutter app and a iOS widget. Between them, I want to use the some images. Since I am planning to use the images in Android as well, I put my images …
-
## Use case
I am using `Camera` plugin with `google_ml_kit` to detect faces in the live stream of images & show the preview.
but unfortunately when I call the function `startImageStream(() {})` …
-
How can the flutter library, to use imagePickerController, allowing end user to chose image from camera instead of overlay scan ?
Need this for an out of mobile service use case scenario, where end…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
I'm a lot more interested in game development with Dart, now that Flutter is not in beta. . . and I recall a mention in StageXL somewhere about supporting flutter in the future when it's stable.
…
-
## Use case
Those who are new to flutter may opt to use an empty string as a first option instead of a null value. When testing, the widgetTester will not be able to find the DropdownButtonFormFi…
-
Hey!
I'm on windows and my terminal is bash from msys2-mingw64. I installed clojure as a powershell module. I can run `clj` by calling `powershell -encodedcommand YwBsAGoA` see [here](https://gchq.…
-
When the `--trace-startup` flag is passed, the 'AppStartUp' user tag will be set at start up and unset when the first flutter frame is drawn. The goal here is to collect cpu samples from the "start up…
-
## 使用场景 | Use case
现有的 kraken bridge 集成链路是独立构建出 libkraken.dylib 或者 kraken_bridge.framework,然后通过 pod 和 gradle 集成到 App 中。
这样的方式可以正常运行 App,但是会导致 flutter 的工具链无法识别这个单独的动态库,从而无法被 `flutter build ios-fr…