forked from edufolly/flutter_bluetooth_serial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Tested multiple cases (including edufolly#60) + Fix try-catch for connecting inside `ChatPage` of example app + Minor updated debug log at disconnecting in platform code + `cancel` on `BluetoothConnection` is deprecated now, use `close` instead. It was stupid to name `cancel` something that `close`s (it was even documented that way, lol). - `cancel` on subscription of `input.listen` does not close connection (from now?) - I think it might prevent easily detectable disconnection side ("was it by remote or locally")
- Loading branch information
1 parent
12ef426
commit 3807530
Showing
3 changed files
with
48 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters