bluetooth_classic
A Flutter plugin to connect to Bluetooth Classic devices, mainly designed to work with serial communication.
0.0.4
2.4K downloads/mo
#4988 most downloaded on pub.dev
matfire/bluetooth_classic
What this package is like to depend on
Last release 1 years ago
12 Jun 2025
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
4 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Aug 2023 to Jun 2025Releases
latest 4-
0.0.412 Jun 2025Release notes
Open source →What's Changed
- added function to write raw bytes to a bluetooth device by @zain-noman in #18
New Contributors
- @zain-noman made their first contribution in #18
Full Changelog: 0.0.3...0.0.4
-
0.0.331 Jan 2025Release notes
Open source →What's Changed
- Commented TODO exception by @tortiolaware in #12
New Contributors
- @matfire made their first contribution in #3
- @tortiolaware made their first contribution in #12
Full Changelog: 0.0.1...0.0.3
-
0.0.227 Oct 2024 -
0.0.116 Aug 2023Release notes
Open source →Full Changelog: https://github.com/matfire/bluetooth_classic/commits/0.0.1
Release notes
Open source →- scan for nearby devices
- get already paired devices
- connect to device
- read data sent from device
- write data to device