flutter_bluetooth_serial
A basic Flutter Bluetooth Serial library
0.4.0
11K downloads/mo
#2839 most downloaded on pub.dev
edufolly/flutter_bluetooth_serial
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships unpredictably
gaps range from 1 weeks to 1.9 years
Nearly every release is documented
notes for 14 of 14 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
14 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
14 releases · Aug 2018 to Aug 2021Releases
latest 14-
0.4.017 Aug 2021 -
0.3.216 Jul 2021 -
0.3.115 Jul 2021Release notes
Open source →Patch release.
- Update example to sound null safety and new Material Buttons.
- Changed FutureOr<int> to FutureOr<dynamic> in getBondStateForAddress.
- Fix an unhandled exception when trying to get bluetooth state.
-
0.3.005 Jul 2021 -
0.2.219 Aug 2019Release notes
Open source →Patch release.
- Fix closing connections which are not
listening toinput(solved #60), - Add more clear example of detecting which side caused disconnection,
- Add exception on
adding tooutputif connection closed, BluetoothConnectioncancelis deprecated now, usecloseinstead. It was stupid to namecancelsomething thatcloses (it was even documented that way, lol).
- Fix closing connections which are not
-
0.2.105 Aug 2019Release notes
Open source →Patch release.
- apply patch #48 for some disconnection issues,
- update
ChatPageto newer API, - fix and update AndroidX declaration.
Release notes
Open source →Patch release.
- apply patch #48 for some disconnection issues,
- update
ChatPageto newer API, - fix and update AndroidX declaration.
-
0.2.002 Jul 2019Release notes
Open source →Two big features packs:
- Bonding (Pairing):
- starting outgoing pairing requests,
- handling incoming pairing requests,
- remove current bondings to devices,
- Discoverability!
- requesting discoverable mode for specified duration,
- example with timeout countdown,
- checking discoverable mode.
And few more features:
- get/set for local (discoverable) device name,
- getting local adapter address (with some hacks to work on newer Androids),
- checking for
isConnectedfor discovered or bonded devices, - fixed few broadcast receiver leaks.
Release notes
Open source →Two big features packs:
- Bonding (Pairing):
- starting outgoing pairing requests,
- handling incoming pairing requests,
- remove current bondings to devices,
- Discoverability!
- requesting discoverable mode for specified duration,
- example with timeout countdown,
- checking discoverable mode.
And few more features:
- get/set for local (discoverable) device name,
- getting local adapter address (with some hacks to work on newer Androids),
- checking for
isConnectedfor discovered or bonded devices, - fixed few broadcast receiver leaks.
- Bonding (Pairing):
-
0.1.101 Jul 2019 -
0.1.019 Jun 2019Release notes
Open source →Pull request #35 by @PsychoXIVI changes a lot:
- Discovering other devices,
- Multiple connections,
- Interesting example application,
- Enabling/Disabling Bluetooth,
- Byte streams,
- Overall improvements and fixes.
Release notes
Open source →Pull request #35 by @PsychoXIVI changes a lot:
- Discovering other devices,
- Multiple connections,
- Interesting example application,
- Enabling/Disabling Bluetooth,
- Byte streams,
- Overall improvements and fixes.
-
0.0.519 Mar 2019Release notes
Open source →- Upgrade for AndroidX support (thanks @akilinomendez)
- New default constructor (thanks @MohiuddinM)
- Added method write passing byte[] (thanks @rafaelterada)
- Upgrade to Android Studio 3.3.2
-
0.0.420 Dec 2018Release notes
Open source →- Unsupported value error correction (thanks @rafaelterada)
- Added openSettings, which opens the bluetooth settings screen (thanks @rafaelterada)
-
0.0.322 Nov 2018 -
0.0.227 Sep 2018 -
0.0.120 Aug 2018