-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] add platform interface #1091
Merged
tnc1997
merged 67 commits into
chipweinberger:master
from
tnc1997:feature/platform-interface
Jan 7, 2025
Merged
[Feature] add platform interface #1091
tnc1997
merged 67 commits into
chipweinberger:master
from
tnc1997:feature/platform-interface
Jan 7, 2025
Conversation
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
Co-authored-by: Xavier Wong <[email protected]> (cherry picked from commit 18a17d3)
(cherry picked from commit 5ff7675)
(cherry picked from commit 2064c18)
(cherry picked from commit 01690b8)
(cherry picked from commit a42ca5d)
(cherry picked from commit c63a141)
(cherry picked from commit ba58a11)
(cherry picked from commit de6f5ae)
(cherry picked from commit 565bae6)
(cherry picked from commit 503e7ab)
(cherry picked from commit 2c9a8b3)
(cherry picked from commit 22a88f2)
(cherry picked from commit 02344e2)
(cherry picked from commit 3bde67c)
(cherry picked from commit c4d91d4)
(cherry picked from commit cdf14a6)
(cherry picked from commit 6cb16f4)
(cherry picked from commit eb1ae84)
(cherry picked from commit 3b35a53)
(cherry picked from commit ab34577)
(cherry picked from commit b6c5cd1)
(cherry picked from commit 9095a87)
(cherry picked from commit f1a2f31)
(cherry picked from commit a85d48a)
(cherry picked from commit c033d66)
(cherry picked from commit aa1a5f9)
(cherry picked from commit bba4419)
(cherry picked from commit 8fee1d8)
(cherry picked from commit 3128c93)
(cherry picked from commit 1c48075)
(cherry picked from commit fe45ba0)
(cherry picked from commit 4e0896c)
(cherry picked from commit abc5bcc)
(cherry picked from commit d3e0a8c)
(cherry picked from commit b83f6b2)
(cherry picked from commit 6f3c225)
(cherry picked from commit e66f305)
feel free to take the initiative |
…interface Conflicts: README.md README.md~upstream_master lib/src/bluetooth_service.dart packages/flutter_blue_plus/CHANGELOG.md packages/flutter_blue_plus/lib/src/bluetooth_characteristic.dart packages/flutter_blue_plus/lib/src/bluetooth_device.dart packages/flutter_blue_plus/lib/src/flutter_blue_plus.dart pubspec.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #769, Closes #983