FlutterBluePlus class

Constructors

FlutterBluePlus()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

adapterName Future<String>
no setter
adapterState Stream<BluetoothAdapterState>
no setter
bondedDevices Future<List<BluetoothDevice>>
no setter
connectedDevices List<BluetoothDevice>
no setter
isScanning Stream<bool>
no setter
isScanningNow bool
no setter
isSupported Future<bool>
no setter
logLevel LogLevel
TODO: need to verify
no setter
scanResults Stream<List<ScanResult>>
no setter
systemDevices Future<List<BluetoothDevice>>
no setter

Static Methods

getPhySupport() Future<PhySupport>
setLogLevel(LogLevel level, {dynamic color = true}) Future<void>
startScan({List<Guid> withServices = const [], Duration? timeout, Duration? removeIfGone, bool oneByOne = false, bool androidUsesFineLocation = false}) Future<void>
stopScan() Future<void>
turnOn({int timeout = 60}) Future<void>