flutter_blue_plus_linux

v7.0.3

Linux implementation of the flutter_blue_plus plugin.

Package archive: https://pubdev.letsnova.ru/api/archives/flutter_blue_plus_linux/7.0.3.tar.gz

Installdart pub add flutter_blue_plus_linux

Readme

flutter_blue_plus_linux

The Linux implementation of flutter_blue_plus.

Usage

This package is endorsed, which means you can simply use flutter_blue_plus normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml as usual.

Changelog

3.0.2

  • Return unknown state if adaptors list empty (#1190)
  • Return empty name if adaptors list empty (#1191)
  • Return start scan false if adaptors list empty (#1193)
  • Return stop scan false if adaptors list empty (#1194)
  • Return turn off false if adaptors list empty (#1195)
  • Return turn on false if adaptors list empty (#1196)

3.0.1

  • Implement on turn on response stream (#1174)

3.0.0

  • Update platform interface version to 3.0.0

2.0.0

  • Replace void return types with bool return types

1.0.0

  • Initial release