Kamil Rykowski
Kamil Rykowski
@melsheikh92 mind to share the code? The `FitData` contains the `source` field which you can use to properly calculate sum of steps for users with more than one device.
It's a bit late, but I've just hit the same issue. The solution provided by @rlacherksu worked, it just should be `pip uninstall django-suit` not `pip uninstall suit` (but I...
Well, that's definitely not possible in current implementation. It doesn't matter what color is located at given coordinates of the image - could be black, yellow, or mentioned transparent. The...
It's much tricker to implement than I've expected. Got some early prototype, but it doesn't play well with the fact that the image can have various `BoxFit` applied which determines...
The only advantage was quicker implementation. Adding controller, which is more Flutter friendly approach is definitely a nice to have feature :+1:
Would love to implement it, but have no idea how to tackle the problem yet. Asked a question on Twitter https://twitter.com/KamilRykowski/status/1291398438693765121 a while ago to achieve described scenario, but with...
Hey @SHAKTHI62 See here - https://github.com/rxlabz/speech_recognition/pull/29/files#diff-d9a718a3042c2ebab14df5f34ef46a52R53 - to check how to fix the example project
1. Clone the repo 2. Open it with Android Studio 3. Open `pubspec.yaml` and at the top click on `Packages get` 4. Start the emulator 5. Click on `Play` button...
Could you elaborate on the issue?
Just tested the changes on Android 9 (OnePlus 6t) - works as expected. As it's always good to be aligned with the deprecations of the platforms, @rxlabz can you give...