bluetooth_info 0.0.2 copy "bluetooth_info: ^0.0.2" to clipboard
bluetooth_info: ^0.0.2 copied to clipboard

A Flutter plugin that provides Bluetooth information for the device, such as device name, device address (MAC address), and Bluetooth state.

Bluetooth Info Plugin #

A Flutter plugin that provides Bluetooth information for the device, such as device name, device address (MAC address), and Bluetooth state.

Features #

  • Get the device name (Bluetooth name) of the mobile device.
  • Get the device address (MAC address) of the mobile device.
  • Check the Bluetooth state (on/off) of the mobile device.

Getting Started #

To use this plugin, follow the steps below:

Installation #

Add bluetooth_info as a dependency in your pubspec.yaml file.

dependencies:
  flutter:
    sdk: flutter
  bluetooth_info: ^1.0.0  # Replace with the actual version of the plugin
1
likes
120
pub points
61%
popularity

Publisher

verified publishercreoit.com

A Flutter plugin that provides Bluetooth information for the device, such as device name, device address (MAC address), and Bluetooth state.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on bluetooth_info