Łukasz Dębowski

Results 4 issues of Łukasz Dębowski

Hi there! Is there an option to increase the frequency of the PWM signal? I'm trying to control small DC motors using this library, but there are significant vibrations going...

Hi :) Recently I tried to add some integration tests to my project, and so I tried to follow the official docs [(link)](https://docs.flutter.dev/testing/integration-tests). Is there a possibility to maintain the...

framework
proposal
integration_test

I do have the autofill service setup in my flutter app on iOS (including associated domains). The api doesn't seem to work as it's explained in the docs. See below:...

waiting for customer response
in triage

**Describe the bug** I have the following code: ``` class Service { Future method(Argument argument) async { return; } } class Argument extends Equatable { Argument(this.value); final T value; @override...

question
waiting for response