Skip to content

V0.0.6

Choose a tag to compare

@jeroen1602 jeroen1602 released this 02 Jan 16:55
· 199 commits to master since this release
8084cb1

Removed rxdart as a dependency and a lot of code documentation was added.

  • Removed RxDart as a dependency
  • Added Dart Meta annotations to help with avoiding methods only meant for testing
  • Added a lot of documentation
  • Added more error handling and descriptions for when these errors may occur and how to avoid them
  • Added characteristic descriptor
  • Deprecated SNAKE_CASE for default uuids. Use the camelCase version instead
  • Switched to using logger instead of print statements. This allows other developers to decide what to do with the
    log messages