chipweinberger / flutter_blue_plus

Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android, iOS, macOS
Other
791 stars 479 forks source link

[Feature]: Deactivate auto connect on disconnected peripherals #815

Closed Marika-Fukazawa closed 8 months ago

Marika-Fukazawa commented 8 months ago

Fixes https://github.com/boskokg/flutter_blue_plus/issues/814

chipweinberger commented 8 months ago

nice. have you tested it?

chipweinberger commented 8 months ago

I've pushed some more small changes on master: 0e9602be95dd73e91ffa044d9aef52a76d1524be

you needed a check for if (gatt != null) {