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

PlatformAndroid

Android implementation of the flutter_blue_ultra plugin.

2.1.0 #

  • First release as flutter_blue_ultra_android (forked from flutter_blue_plus_android 4.0.5).
  • Aligned version with the flutter_blue_ultra facade (2.1.0). Prior history below reflects the upstream package.

4.0.5 #

  • Fixes to check for location services when plugin is called from a service

4.0.3 #

  • Added option to disable Location Services check

4.0.2 #

  • Fix compile error

4.0.1 #

  • Fix compile error

4.0.0 #

  • Use bytes instead of hex for platform communication (#1130)
  • Check if Android location services are enabled when doing scan (#1167)

3.0.0 #

  • Add option to provide pairing PIN to createBond (#1119)

2.0.1 #

  • Add log color

2.0.0 #

  • Replace void return types with bool return types

1.35.0 #

  • Split from flutter_blue_plus as a federated implementation