Technorocker

Results 12 comments of Technorocker

Just came across this thread searching why the generatedPluginRegistrant is adding facebook, google and apple even though I dont use any of those anywhere in my app.

I too have installed this into VSCode and the context menu doesnt show anything Getx in the refactor menu

Im referring to the refactoring context memu in vs code. I dont see the choices to wrap widget in getx or other getx widgets

@montyr75 Hello, I tried adding that import but didnt work for me. Has anyone figured this out yet? I'm trying to use this instead of cached video player plugin but...

Thanks for the reply, I just checked and I am grabbing the file and saving it onto the device before I'm preparingPlayer. ``` void _preparePlayer() async { // Get file...

Thank you again for your help trying to cypher where i'm going wrong. So the hierarchy goes like this. In my chat screen I have a button that brings me...

thanks for checking out my file. When you suggested I put the `controller.playerState != PlayerState.stopped` above the audioFileWaveForms widget i did try that but it didnt work. I did notice...

So i checked the bufferdata with a print statement right at the top of the build method and it is indeed empty when it first comes through. I also tried...

MY app wont even build right now due to no null safety

Hello, I am trying to use this for an Arduino IMU sensor and I" am having trouble figuring out how to extract the data from the queue into variables to...