V0.2.0
- Breaking Removed SNAKE_CASE uuids.
- The default uuids are now an enum since dart supports enums with values.
- If you were using
defaultUuid.ordinal
then you should now usedefaultUuid.index
. - Some names may slightly differ.
- Breaking Upgraded minimum dart sdk to
2.17
- Added
forget
to aBluetoothDevice
, to forget a device.