Skip to content

V0.2.0

Compare
Choose a tag to compare
@jeroen1602 jeroen1602 released this 02 Apr 19:25
· 93 commits to master since this release
c3a3acb
  • 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 use defaultUuid.index.
    • Some names may slightly differ.
  • Breaking Upgraded minimum dart sdk to 2.17
  • Added forget to a BluetoothDevice, to forget a device.