Skip to content

Releases: juliansteenbakker/flutter_ble_peripheral

v1.2.3

17 Nov 08:29
68c715c
Compare
Choose a tag to compare
  • [Android] Fixed requestPermission not working correctly.

v1.2.2

12 Oct 08:28
287b6e8
Compare
Choose a tag to compare
  • [Android] Fixed serviceUuid not working. (thanks @Shik1266 !)
  • [Android] Updated compileSdk to 34.

v1.2.1

31 Jul 13:52
f18a4c5
Compare
Choose a tag to compare
  • Fix build errors & crash on Windows
  • Upgrade gradle to 8.1

v1.2.0

29 Jun 12:45
2c4eb61
Compare
Choose a tag to compare

Improvements:

  • Added support for windows
  • Updated bluetooth permissions system for Android, no need for permission handler anymore.
  • Updated dependencies and several other small improvements.

v1.1.1

06 Apr 06:01
Compare
Choose a tag to compare

Bugs fixed:

  • Fixed an issue which caused the enableBluetooth function to reply twice.
  • Fixed analyzer issues
  • Upgraded dependencies

v1.1.0

06 Apr 06:01
0dd40bf
Compare
Choose a tag to compare

Upgraded android sdk to 33.
Added permission check on enableBluetooth function.

v1.0.0

05 May 11:48
Compare
Choose a tag to compare

Stable release including the changes noted in the beta releases.
This release also updates Android dependencies.

v1.0.0-beta.2

05 May 11:44
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Fixed macOS version not working

v0.6.0

18 Jan 14:09
Compare
Choose a tag to compare
  • Refactored large parts of the code for both Android & iOS.
  • Upgraded Android to Android 12 permission system.
  • Other minor improvements

v0.5.0

21 Jul 07:36
64fc0fe
Compare
Choose a tag to compare

Added isSupported function to check if BLE advertising is supported by the device.