-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Migrate plugin to null safety. #791
Merged
Merged
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
…ertisementData. These classes should only ever be created using the .fromProto method, since they link directly to objects that exist platform-side. If the end-user needs to create their own ScanResult/AdvertisementData, they should use their own models within their app.
lastValue for BluetoothCharacteristic and Descriptor will return an empty data list by default. Can never return null.
Consider performing a more explicit check of the proto value, and make sure it maps correctly to the Dart CharacteristicWriteType value.
E2E has moved to a new package, integration_test, and will need to be re-implemented.
ManuelFMartinho
pushed a commit
to ManuelFMartinho/flutter_blue
that referenced
this pull request
Nov 10, 2021
* master: function to turn or off bluetooth function to turn or off bluetooth change messages to debug loglevel added lock for teardown add null check if channel is already teared down change initialization to work with flutter_isolate and foreground_service Cleanup README. Bump version to 0.8.0 Update plugin template files for Android (pauldemarco#792) Migrate plugin to null safety. (pauldemarco#791) Update CHANGELOG for version 0.7.3. Bump min dart sdk for compatibility with protobuf generated files. Add collection and meta package to pubspec. Use latest protobuf compiler (pauldemarco#676) Update README.md (pauldemarco#710) feat(): add support for macOS (pauldemarco#626) Update README.md (pauldemarco#573) Update flutter_blue.dart (pauldemarco#645)
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.
No description provided.