walure_ios_bluetoothconnector 0.0.1
walure_ios_bluetoothconnector: ^0.0.1 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_bluetoothconnector
This 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.1
Alternatively, 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';