flutter_blue_plus_web

v7.0.2

Web implementation of the flutter_blue_plus plugin.

Архив пакета: https://pubdev.letsnova.ru/api/archives/flutter_blue_plus_web/7.0.2.tar.gz

Установкаdart pub add flutter_blue_plus_web

README

flutter_blue_plus_web

The Web 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.

История изменений

3.0.1

  • Don't wait for CCCD write for setNotifyValue on web (#1153)
  • Fix getAdapterState and discoverServices

3.0.0

  • Add support for web optional services (#1124)

2.0.0

  • Replace void return types with bool return types

1.0.0

  • Initial release