universal_ble 1.1.0 copy "universal_ble: ^1.1.0" to clipboard
universal_ble: ^1.1.0 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/universal_ble_app.dart';

void main() async {
  bool hasPermission = await initializeApp();
  runApp(UniversalBleApp(hasPermission: hasPermission));
}
112
likes
160
points
8.39k
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

Packages that implement universal_ble