Skip to content

Commit 0abcf2f

Browse files
committed
add: changelog and format pubspec.yaml
1 parent d4ebc1e commit 0abcf2f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
## 0.0.1
22

3-
* TODO: Describe initial release.
3+
* 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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: bluetooth_classic
2-
description: A new Flutter plugin project.
2+
description: A Flutter plugin to connect to Bluetooth Classic devices, mainly designed to work with serial communication.
33
version: 0.0.1
44
homepage:
5+
repository: https://github.com/matfire/bluetooth_classic
56

67
environment:
78
sdk: '>=3.0.6 <4.0.0'

0 commit comments

Comments
 (0)