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

Libraries

bluetooth_info