calebisstupid

Results 14 comments of calebisstupid

Using the following fixed it for myself: ``` implementation 'com.zhihu.android:matisse:0.5.3-beta3' implementation 'com.github.bumptech.glide:glide:4.11.0' ```

I'm getting the same thing (along with https://github.com/PhilipsHue/flutter_reactive_ble/issues/269) when doing the following: 1. enable ble pairing on device 2. scan for devices in my code 3. find and connect to...

> @calebisstupid I think it is best you add a small timeout between requests. Like mentioned above. BLE does not tend to appreciate subsequent request in a short period of...

I have this same issue on a OnePlus 7, running Flutter 1.17. I use this in my text edit fields for some forms, and the first time the page loads,...

I don't know why I did not see this before, but I believe the issue I reported may be a dupe of this. if it helps, we've noticed that any...

> I have a Samsung S23 running Android version 14 (One UI 6.0) fully updated to December 1. > > My flutter environment: Flutter 3.17.0-16.0.pre.48 • channel [user-branch] • [[email protected]](mailto:[email protected]):johnmccutchan/flutter.git...

> One thing I've noticed is that when switching back to the app I see a single black frame painted on the screen but then the application paints itself as...

![reproducing](https://github.com/flutter/flutter/assets/2396384/b15d4c8a-443b-47ef-873b-57563c716c98) Happened on S23 after playing a youtube video for me just now. I left the full recording in to demonstrate that I had to wait a little bit before...

![still tappable](https://github.com/flutter/flutter/assets/2396384/eb30cbc7-c51a-429c-9961-16b3abd8d31c) Another recording. This time I waited almost exactly 3 minutes (doing nothing just sitting on the home screen) and tested that the UI is still indeed fully functional....

> If you add a circular progress indicator does it draw? > > That should help to rule out whether this is a frame scheduling issue, as in if new...