ryanheise
ryanheise
Just to mention, there is an "unreferenced" `Retry` class in the API (`lib/postgres.dart`): ``` /// The settings that control the retry of [SessionExecutor.run] and [SessionExecutor.runTx] methods. class Retry { ///...
Copying your reply from https://github.com/flutter/flutter/issues/139125 : > This is a bug in package:web. I filed an issue here: https://github.com/dart-lang/web/issues/124. The workaround is simple for now: document.createElement('audio'). > > There are...
Ah, got it. In my head, I was completely off track in what I had thought you meant. Now that I understand what you meant, I guess my question just...
> Is this issue for all HTML elements or audio element only? The issue states that it's not all, not one, but exactly "three". The surface area is small. (`HTMLMetaElement`...
Just to be clear, are you running the example directly out of this repository, i.e. the one inside the example directory and after running flutter pub get? Because what you're...
I can't offer that kind of advice here. You can review the API documentation of this plugin and see if it meets your requirements. If you find the API is...
If you imagine the lowest number of oscillations per second that a human can actually hear (20 Hz), you would need more than 20 pixels per second to actually see...
Thanks @MatthiasWissink . I only ran the example as is without checking it so I didn't spot that - @gianlucaparadise perhaps it would be a good idea for the default...
On Android, you can't intercept a long press anyway since the os intercepts it to open Google assistant.
If you can submit a working pull request that most importantly doesn't break the existing functionality, I'll consider it. While click profiles are exactly what I want the flexibility to...