# pauldemarco/flutter_blue

Bluetooth plugin for Flutter

Repository: https://github.com/pauldemarco/flutter_blue
Canonical: https://ross.abutalabs.com/products/flutter_blue
Language: Dart
License: BSD-3-Clause
License Family: permissive
Last push: 2024-08-05T06:45:46+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3376, "days_push": 758, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2429, forks 1236 (observed 2026-08-28T04:06:50.970839+00:00)

## What it is
FlutterBlue is a Bluetooth LE plugin for Flutter that enables scanning, connecting, and interacting with nearby BLE devices from Dart code. It provides a unified cross-platform API over iOS and Android for discovering services, characteristics, and descriptors and reading/writing their values.

## Use cases
- scan for nearby bluetooth devices in a flutter app
- connect to a BLE heart rate monitor from mobile app
- read and write characteristics on a bluetooth device
- subscribe to characteristic notifications over BLE
- discover GATT services on a connected peripheral
- build a cross-platform IoT companion app with BLE

## When to choose
- you are building a Flutter app that needs Bluetooth Low Energy communication on iOS and Android
- you want a single Dart API for BLE scanning, connecting, and GATT operations
- you need to interact with BLE peripherals like sensors or wearables from a mobile app

## When to avoid
- you need Bluetooth Classic (not BLE) profiles like audio or SPP
- you are not using Flutter for your mobile app
- you need a fully stable API with no breaking changes, since the project is pre-1.0
- you need desktop or web Bluetooth support

## Facets
- artifact type: plugin
- maturity: active
- function: sdk
- domain: mobile-development, cross-platform, iot
- platform: cross-platform
- tags: bluetooth, bluetooth-le, flutter, dart, ble, android, ios, mobile

## Member repositories
- pauldemarco/flutter_blue (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:50.970839+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:31:27.622837+00:00, confidence not recorded.
  - readme: https://github.com/pauldemarco/flutter_blue (fetched 2026-08-28T04:06:50.970839+00:00, sha 7b7af4e0a5ca)
- Data as of 2026-08-30T08:39:29.467469+00:00.
