ble_plus_platform_interface 0.0.1
ble_plus_platform_interface: ^0.0.1 copied to clipboard
Platform interface package for ble_plus; shared types and platform contracts used by the plugin implementations across Android, iOS, macOS, Linux, Windows and Web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ble_plus_platform_interfaceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ble_plus_platform_interface: ^0.0.1Alternatively, 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_plus_platform_interface/ble_plus_platform_interface.dart';