Alastair Brayne

Results 6 comments of Alastair Brayne

This pragma directive solved the problem for me. I suggest that a mention of this in the readme would be a useful addition. -- Edit, I see that it's been...

Any chance the build error could be checked and this passed? This would be a lovely bit of functionality.

Same problem here. Generally, Hedgehog has proven to be unusually buggy so far :(

Actually, I managed it with just the following additional config in `webpack/dev.config.js`: ``` devServer: { proxy: { '/ws': { target: `http://localhost:${wsPort}/ws`, secure: false } } } ``` I got `wsPort`...

FWIW, I am aware of https://github.com/X-SLAYER/flutter_accessibility_service/issues/12 and did follow the advice to move all the accessibility requests to the main activity. However, by definition my foreground service exists only to...

Also, Flutter Doctor output here, for versions etc: ``` /usr/local/opt/flutter/bin/flutter doctor --verbose [✓] Flutter (Channel stable, 3.16.8, on macOS 13.5.2 22G91 darwin-arm64, locale en-GB) • Flutter version 3.16.8 on channel...