walure_ios_bluetoothconnector 0.0.2
walure_ios_bluetoothconnector: ^0.0.2 copied to clipboard
A flutter project for detecting low energy bluetooth on ios.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add walure_ios_bluetoothconnectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
walure_ios_bluetoothconnector: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:walure_ios_bluetoothconnector/iosbluetoothconnector.dart';
import 'package:walure_ios_bluetoothconnector/iosbluetoothconnector_method_channel.dart';
import 'package:walure_ios_bluetoothconnector/iosbluetoothconnector_platform_interface.dart';
import 'package:walure_ios_bluetoothconnector/model/bluetoothdevice_model.dart';