thomasgi1
thomasgi1
I think, the problem is:`void onInit() async ...`. I don't see any await onInit() within Getx. So, GetView.build() is called before GetxController.onInit() is complete.
I think the problem is caused by an improper design of the port audio stream callback function. Here is an excerpt from the [port audio documentation](http://www.portaudio.com/docs/v19-doxydocs/writing_a_callback.html): _Before we begin, it's...
First I suggest reading the [port audio wiki](https://github.com/PortAudio/portaudio/wiki/Tips_Callbacks) for this topic. > The streams are designed to have a mechanism to disable all blocking on command for either readers or...
At least from my point of view I can confirm that everything still generates fine. However, more annoying than the severe log is the fact that the generator's return value...
I tested your patch. It fixes the problem. Thank you for that. I also double checked the return value behaviour of version 4.11.0. That old version definitely returns an error...
I have exactly the same problem as @jdeltoft. I have to show a huge list with hundreds of thousands entries and the selected entry should show some more details (e.g....
The bug is partially fixed only. Now, the location of the navigation cube seems to be read from the configuration files, i.e., my original setting of the navigation cube location...
Looking at the MacOS implementation in `DesktopDropPlugin.swift` it seems that the plugin is not designed for multiple windows, because the `DropTarget` is created only once for the mainFlutterWindow at plugin...
> You can save all of the settings via the configuration dialog (the star button on the toolbar). No, that star button does not save all the settings on disk....