-
```
XFile? xFile = await state.cameraController?.takePicture();
if (xFile == null) {
print('pic is null');
return;
}
/// faceDetector
InputImage inputImage = I…
-
[.](https://github.com/flutter/flutter/issues/51752#issuecomment-675844037)
Related to the discussion around hooks #25280
TL;DR: It is difficult to reuse `State` logic. We either end up with a …
-
I am facing a weird problem. I have developed an application on flutter that is supported on Android and iOS, the application is working fine on Android and iOS Debug, Profile and Release builds, when…
-
## Command
```
flutter run
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
OutOfMemoryError: (null)
```
#0 new Uint8List (dart:typed_data-patch/typed_data_patch.dart:2236:3)…
-
Options, use cases to enable bidi streaming support with grpc-web
-
### Feature Description
Hello,
One feature I'm missing from Element is the ability to unlock the app PIN on iOS using Face ID (or Touch ID depending on the iOS device used, or equivalent features on…
-
In Xcode 11 Apple announced a new UI toolkit, [SwiftUI](https://developer.apple.com/documentation/swiftui?language=objc).
It is built in Swift and depends on a number of features such as Associate…
-
After implementing google_ml_kit, the app size is increased by ~85 MB in debug mode and ~44 MB in release mode. I investigated this with the app size tool and found that all models/resources are alway…
-
Poses are drawing on the live camera feed without an issue. But I want to draw poses on a recorded video. I can take snapshots of the video frames as bytes (Uint8List). Then what should I pass as `Inp…
-
Subscribe to this issue and stay notified about new [daily trending repos in C++](https://github.com/trending/c%2B%2B?since=daily).