Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

51 lines (37 loc) · 1.28 KB

2.3.0

  • Increase test coverage and improved architecture
  • Fix for #73 scanForDevices stream should emit error

2.2.0

  • Upgrade dependencies
  • Bump min Dart sdk version to 2.7

2.1.0

  • Improve documentation of public API
  • Fix for write without response on iOS
  • Add support for newer Flutter versions. Remove support for FLutter lower than v1.10

2.0.0+1

  • Remove unused dependencies from pubspec.yaml
  • Fix static analysis warning in example app
  • Fix test in prescan_connector_test

2.0.0

This version is introducing the following breaking changes:

  • Add parameter requireLocationServicesEnabled to Ble scan that can toggle requirement of location services to be running
  • Make filter on advertising services optional and add possibility to filter on more services
  • Add manufacturer specific data to scanresults
  • Remove global set error handler java

Other improvements:

  • Improvements for example app
  • Add support for Flutter hot reload on iOS

1.1.0

  • Add RSSI value to discovered device results
  • Improve parsing of UUIDs
  • Migrate to latest Android plugin binding
  • Small improvements

1.0.2

  • Fix crash on clear Gattcache

1.0.1

  • Fixes #5 Undeliverable exception.

  • Small fixes for example app.

1.0.0+1

  • Update homepage

1.0.0

  • Initial Open Source release.