edufolly / flutter_bluetooth_serial

A basic Flutter Bluetooth Serial
MIT License
476 stars 455 forks source link

Recognizing and displaying BluetoothClass of device #193

Open sumit-bounce opened 1 year ago

sumit-bounce commented 1 year ago
  1. Passing device Bluetooth class from the native layer to Dart via method channel
  2. Added major and minor fields in BluetoothDevice class
  3. Showing the correct device icon in the Discovery Screen and Paired Device Screen
  4. Tested the changes properly