azimuthdeveloper
azimuthdeveloper
Hey @jhancock4d just trying to find your fork so I can test out the web implementation but can't see it on the list of available forks in GitHub. Did you...
Just hitting this now as well, but I could possibly submit a PR if I know where this problem lies?
Actually, I think this could be caused by this PR: https://github.com/inthehand/32feet/pull/133 Line 39 in BluetoothDevice.windows.cs has this in the *destructor* for the object: ``` ~BluetoothDevice() { DisposeAllNativeObjects(); } ``` Commenting...
> We can't remove this because it was necessary to support correct disconnection and free up the native objects. The issue is why a Dispose is getting called twice for...
I'm about to start transitioning from my Xamarin Forms application to flutter, using this package. I'm super keen for any refactoring help that anyone could offer. It's a huge change...
@nhwilly I'm intersted in that date/time parsing incompatibility issue you're experiencing. I reckon I'd hit that sooner rather than later with what I'm doing... This is off topic, but one...
Thanks for that Tim. I think I've found some doco here which I can consult: https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/bluetoothle/ Frustratingly, a lot of links on the page are returning "access denied". But there's...
So, before this, I was creating a WPF app with BLE functionality but I much prefer using Flutter for the UI and other reasons. The reason why I have begun...
Is AmmyUI still under active development? It looks like a cool idea and direction, but still doesnt work on Xamarin.Forms. I take it that the NET Standard issue is a...
You should put this in lights up the top of the AmmyUI Xamarin page. I just spent a bit of time converting my project to AmmyUI only to realise that...