flutter_bluetooth_serial_extended 0.2.8 copy "flutter_bluetooth_serial_extended: ^0.2.8" to clipboard
flutter_bluetooth_serial_extended: ^0.2.8 copied to clipboard

A basic Flutter Bluetooth Serial library

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_bluetooth_serial_extended

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_bluetooth_serial_extended: ^0.2.8

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:flutter_bluetooth_serial_extended/BluetoothBondState.dart';
import 'package:flutter_bluetooth_serial_extended/BluetoothConnection.dart';
import 'package:flutter_bluetooth_serial_extended/BluetoothDevice.dart';
import 'package:flutter_bluetooth_serial_extended/BluetoothDeviceType.dart';
import 'package:flutter_bluetooth_serial_extended/BluetoothDiscoveryResult.dart';
import 'package:flutter_bluetooth_serial_extended/BluetoothPairingRequest.dart';
import 'package:flutter_bluetooth_serial_extended/BluetoothState.dart';
import 'package:flutter_bluetooth_serial_extended/FlutterBluetoothSerial.dart';
import 'package:flutter_bluetooth_serial_extended/flutter_bluetooth_serial.dart';
9
likes
20
pub points
10%
popularity

Publisher

unverified uploader

A basic Flutter Bluetooth Serial library

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_bluetooth_serial_extended