ble_contec 0.0.2
ble_contec: ^0.0.2 copied to clipboard
A package for connect ble device with ble_contec.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ble_contecThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ble_contec: ^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:ble_contec/android_ble_contec.dart';
import 'package:ble_contec/connection_device.dart';
import 'package:ble_contec/ios_ble_contec.dart';
import 'package:ble_contec/pemission.dart';
import 'package:ble_contec/permissionRequestManager.dart';