J
J
If you are referring to the mobile device's bluetooth name, you should change the device name in your settings. [Android](https://www.droidviews.com/how-change-phone-name-in-wifi-and-bluetooth-connection-on-samsung-galaxy-devices/), [iOS](https://www.gadgetsnow.com/how-to/how-to-change-bluetooth-name-on-apple-iphone/articleshow/70874548.cms) If you mean to change the name of the...
The library actually only supports directly sending bytes, so if you convert your data into a Uint8List (flutter data type for holding multiple bytes), you could easily send raw bytes,...
It does not normally, however, with Flutter's newly added null safety in version 2.12 it should. Set this in the pubspec.yaml and it should work. ```yaml environment: sdk: ">=2.12.0
To add to @chrismit3s 's answer, you would first need to convert the angle given by the JoystickView widget into radians, as the cos(x) and sin(x) functions from the dart:math...
I completely agree with @yassinedevop and state again that this is not the place to ask for such help at all, however, I have used this library to create exactly...