AlienDecoy

Results 6 comments of AlienDecoy

I fixed this by adding a `running` variable in the widget. I set it `true` when location updates, save the location to Firestore then set it `false`. Return in my...

so you want to track location even if the app is killed? I was just testing it and even with the app open but phone closed, it doesn't trigger that...

I followed this tutorial too, but I also have a frontend app that was calling the mint function. After adding this line in the contract `require(msg.value == MINT_PRICE, "Transaction value...

Sorry ... had another barcode scanner. After removing it the plugin is working. But it's not doing anything. The title of the screen `title: Text(_code),` doesn't change. QrCode or BarCode...

Getting the same error when building. I followed the instructions from here: https://documentation.onesignal.com/docs/flutter-sdk-setup But still getting the `No Module Found "OneSignalExtension"` Not sure how to fix this.

So I deleted the ios folder in my project ... seems that the ios app wasn't building even after I removed the OneSignal package. I just rebuilt the ios and...