Gildásio Filho

Results 13 comments of Gildásio Filho

Hello! This is not really a package, but a companion repository to a tutorial I wrote a while ago. You can't really verify the phone number without a `FirebaseUser`, which...

Have you tried using `HoldDetector` instead of `HoldTimeoutDetector`? It seems you're not really using the onTimerInitiated and onCancel methods which make the difference of the Timeout version

Hey, it's been a while since I saw a similar issue, could you add your Java/Kotlin code and the XML portion? It also may be because this library isn't updated...

Hey Aleesha, I can't really help much if you don't provide more info on what's happening; what's your code, both in java/kotlin and xml?

@adamkoch Hey, could you show how you're handling image to float conversion?

@adamkoch Sadly I'm getting RangeError when using an image of size 224x224.

@adamkoch I mean, it couldn't even convert to a float array; it wasn't an error of MLKit. I haven't found any other implementations of this conversion in Dart.

@adamkoch ```dart static Uint8List imageToByteListFloat(img.Image image, int size) { Logger.log(TAG, message: "Converting to Uint8List an image of size: $size"); final convertedBytes = Uint8List((1 * size * size * 3) *...

I'm still not comfortable with the CORS situation. Is the Flutter team really expecting everyone to give up Image.network working with any image and pivot to using platform views with...