V0.0.6
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
loggerinstead ofprintstatements. This allows other developers to decide what to do with the
log messages