universal_ble 0.20.2 copy "universal_ble: ^0.20.2" to clipboard
universal_ble: ^0.20.2 copied to clipboard

A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:universal_ble_example/home/home.dart';

void main() {
  runApp(
    MaterialApp(
      title: 'Universal BLE',
      debugShowCheckedModeBanner: false,
      darkTheme: ThemeData.dark(),
      themeMode: ThemeMode.system,
      home: const MyApp(),
    ),
  );
}
77
likes
150
points
7.4k
downloads

Publisher

verified publishernavideck.com

Weekly Downloads

A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter

Homepage
Repository (GitHub)
View/report issues

Topics

#bluetooth-low-energy-ble #core-bluetooth #windows-devices-bluetooth #bluez #web-bluetooth

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

bluez, flutter, flutter_web_bluetooth, plugin_platform_interface

More

Packages that depend on universal_ble