bluesy 0.1.0
bluesy: ^0.1.0 copied to clipboard
A Flutter widget library for serial Bluetooth communication between smart phones and microcontrollers.
0.1.0 1/30/2021 #
- Refactored BluesyWidget to enable support for multiple keys per widget.
- Created the BluesyGenericWidget.
0.0.3 1/27/2021 #
- Updated docs and property names for clarity.
0.0.2 12/5/2020 #
- Renamed the SerialBluetoothToggleSwitch widget to BluesyToggleSwitch.
0.0.1 Initial release. #
- Initial implementation of BluesyService and BluesyServiceProvider classes for handling Bluetooth functions.
- Initial implementation of the BluesyWidget abstract class. Future widgets will extend this class.