flutter_blue_ultra_linux 2.1.0 copy "flutter_blue_ultra_linux: ^2.1.0" to clipboard
flutter_blue_ultra_linux: ^2.1.0 copied to clipboard

PlatformLinux

Linux implementation of the flutter_blue_ultra plugin.

2.1.0 #

  • First release as flutter_blue_ultra_linux (forked from flutter_blue_plus_linux 3.0.2).
  • Aligned version with the flutter_blue_ultra facade (2.1.0). Prior history below reflects the upstream package.

3.0.2 #

  • Return unknown state if adaptors list empty (#1190)
  • Return empty name if adaptors list empty (#1191)
  • Return start scan false if adaptors list empty (#1193)
  • Return stop scan false if adaptors list empty (#1194)
  • Return turn off false if adaptors list empty (#1195)
  • Return turn on false if adaptors list empty (#1196)

3.0.1 #

  • Implement on turn on response stream (#1174)

3.0.0 #

  • Update platform interface version to 3.0.0

2.0.0 #

  • Replace void return types with bool return types

1.0.0 #

  • Initial release