ranulfo
ranulfo
Is there any forecast to work on IOS? thank's
Hi from Brasil, thanks for the source. these work perfectly in Android, but in IOS an error ocorrer in this line: `p.asTypedList(s[0]).setRange(0, s[0], availableImage.planes[0].bytes);` error: _* thread #9, name =...
hello everyone, I correctly tested this editor in dev, but when I deploy the project to production (using firabase hosting) the editor's body does not load successfully and puts a...
i tried to combine `CachedNetworkImage` with `LayoutBuilder` using `debugInvertOversizedImages = true` like this: ``` LayoutBuilder(builder: (context, constraint) { return CachedNetworkImage( memCacheHeight: (constraint.minHeight * devicePixelRatio).round(), memCacheWidth: (constraint.minWidth * devicePixelRatio).round(), filterQuality: FilterQuality.medium,...
These prints in the terminal are disturbing my analysis, how can I remove them? _D/ThickFaceDetector( 7833): Unknown landmark type: 316 V/FaceDetectorV2Jni( 7833): detectFacesImageByteArray.start() V/FaceDetectorV2Jni( 7833): detectFacesImageByteArray.end() V/FaceDetectorV2Jni( 7833): detectFacesImageByteArray.start() V/FaceDetectorV2Jni(...