flutter_blue_plus_darwin

v7.0.3

iOS and macOS implementation of the flutter_blue_plus plugin.

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

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

README

flutter_blue_plus_darwin

The iOS and macOS 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.

Swift Package Manager

https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-app-developers

Disable Swift Package Manager in your project

flutter:
                  disable-swift-package-manager: true
                

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

4.0.1

  • fix unrecognized selector sent to instance (regression from 4.0.0)

4.0.0

  • Use bytes instead of hex for platform communication (#1130)

3.0.0

  • Update platform interface version to 3.0.0

2.0.1

  • Add log color

2.0.0

  • Combine the packages previously published as flutter_blue_plus_ios and flutter_blue_plus_macos
  • Add support for Swift Package Manager
  • Replace void return types with bool return types