dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
535 stars 197 forks source link

we can add scan finished callback fun? #516

Open Hynsn opened 4 years ago

Hynsn commented 4 years ago

I need this funcation, when scan finished add all data and to show this list. I think should add it.

Luby1917 commented 3 years ago

This need seems very particular to your case. Why do not just add onDone handler and handle this by yourself?