Chris Norman
Chris Norman
Hi, I've just found pychromecast, and I'm really excited about the idea of using it!! However when I use get_chromecasts and related functions - including copying the sample code from...
Hi, Are there any plans to include windows support into this library? I'd like to register my interest if so. Thanks so much.
### Validations - [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an [open...
Hi, Adding custom semantics actions has no affect on Mac OS: ```import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This...
When moving the listener position, the location of sound handles seems to jump around unpredictably. ```dart import 'dart:math'; import 'package:flutter/material.dart'; import 'package:flutter_soloud/flutter_soloud.dart'; void main() { runApp(const MyApp()); } class MyApp...
**Description** If you call `play3d` with a `volume` of `0.0` and then fade the resulting sound, no audio will be heard until a call is made to `set3dListenerPosition`. **Steps To...
Text fields are basically unusable, and it is often to write text in some other program, then paste it into Flutter apps. I could have sworn there was already an...