Shunt

Results 10 comments of Shunt

> You can pass a `characterDelimiter` that never will be received by your device. In my case I transfer pretty much random data bytes (audio data), so I can't for...

Another workaround which works for me. Set your points list to new one in `setState` My goal was to replace all points entierly. ```dart class MyChart extends StatefulWidget { List...

> Hey, @thomas725 can you add `brightness: Brightness.dark` parameter to your `darkThemeData` and `brightness: Brightness.light` to `lightThemeData` respectively, don't forget about `appBarTheme` so that everything works correctly. This way you...

Any updates on Windows support? It would be amazing to have it, considering that this plugin is only one activly developing.

> Hi there, I'm new to Flutter and wanted to clarify if flutter_blue_plus is supported on Ubuntu? It does not. At least for now. You can check supported plaftroms on...

Any status update? Would love to have this feature in my project.

I've made it more clearer. ![image](https://github.com/user-attachments/assets/dd5d1470-69c7-4e17-aafa-36008a356bdc) ![image](https://github.com/user-attachments/assets/1a3719f2-6860-4840-a8ea-7708acb11ba0)

Also have this problem. The PR works. Please merge.