forked from pauldemarco/flutter_blue
-
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.
Added readCharacteristic/readDescriptor/writeCharacteristic/writeDesc…
…riptor
- Loading branch information
1 parent
0c76a84
commit 5d4a6db
Showing
10 changed files
with
770 additions
and
174 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
# flutter_blue | ||
# FlutterBlue | ||
## Bluetooth plugin for flutter | ||
|
||
A new flutter plugin project. | ||
| | Android | iOS | | ||
| :------------- | :-----: | :-----: | | ||
| startScanning | :white_check_mark: | :white_medium_square: | | ||
|
||
## Getting Started | ||
- [ ] | ||
- [ ] Scan for nearby devices | ||
- [ ] | ||
|
||
For help getting started with Flutter, view our online | ||
[documentation](http://flutter.io/). | ||
|
||
For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code). | ||
| First Header | Second Header | | ||
| ------------- | ------------- | | ||
| Content Cell | Content Cell | | ||
| Content Cell | Content Cell | |
249 changes: 219 additions & 30 deletions
249
android/src/main/java/com/pauldemarco/flutterblue/FlutterBluePlugin.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.