Feature/connect options notify#460
Conversation
mikolak
left a comment
There was a problem hiding this comment.
There's one more issue to solve in the PR to MultiplatformBleAdapter, but afterwards we can go ahead and start merging! Thanks for both pull requests, tremendous work!
lib/peripheral.dart
Outdated
There was a problem hiding this comment.
| isNotifyOnConnection: isNotifyOnNotification, | |
| isNotifyOnConnection: isNotifyOnConnection, |
lib/peripheral.dart
Outdated
There was a problem hiding this comment.
Could you add dart docs for the new arguments?
example/ios/Flutter/.last_build_id
Outdated
There was a problem hiding this comment.
This file should be ignored, I think?
example/ios/Podfile
Outdated
There was a problem hiding this comment.
This will have to be reverted before merging - marking to not forget
|
@devVadimAlbul is this PR still alive? |
As this is a new feature that does not introduce any breaking changes, it can go in any major release and I'd rather not postpone the release too much. I'm only one man with one or two evenings a week maximum. |
Please you need to add this changed code to your branch for the possibility to set options to the device to notify the app when device connection/disconnect in background mode.
It works with changes in the library
MultiPlatformBleAdapter