We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ebc1e commit 0abcf2fCopy full SHA for 0abcf2f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
## 0.0.1
2
3
-* TODO: Describe initial release.
+* scan for nearby devices
4
+* get already paired devices
5
+* connect to device
6
+* read data sent from device
7
+* write data to device
pubspec.yaml
@@ -1,7 +1,8 @@
name: bluetooth_classic
-description: A new Flutter plugin project.
+description: A Flutter plugin to connect to Bluetooth Classic devices, mainly designed to work with serial communication.
version: 0.0.1
homepage:
+repository: https://github.com/matfire/bluetooth_classic
environment:
8
sdk: '>=3.0.6 <4.0.0'
0 commit comments