flutter_wireless 0.0.14 copy "flutter_wireless: ^0.0.14" to clipboard
flutter_wireless: ^0.0.14 copied to clipboard

PlatformAndroid

Flutter basic implementation for wireless connections (classical bluetooth,)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_wireless

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

dependencies:
  flutter_wireless: ^0.0.14

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_wireless/BluetoothBondState.dart';
import 'package:flutter_wireless/BluetoothConnection.dart';
import 'package:flutter_wireless/BluetoothDevice.dart';
import 'package:flutter_wireless/BluetoothDeviceType.dart';
import 'package:flutter_wireless/BluetoothDiscoveryResult.dart';
import 'package:flutter_wireless/BluetoothPairingRequest.dart';
import 'package:flutter_wireless/BluetoothState.dart';
import 'package:flutter_wireless/FlutterBluetoothSerial.dart';
import 'package:flutter_wireless/flutter_bluetooth_serial.dart';
0
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter basic implementation for wireless connections (classical bluetooth,)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_wireless