universal_ble_fork 0.22.2 copy "universal_ble_fork: ^0.22.2" to clipboard
universal_ble_fork: ^0.22.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(),
    ),
  );
}
0
likes
150
points
232
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bluez, flutter, flutter_web_bluetooth, plugin_platform_interface

More

Packages that depend on universal_ble_fork

Packages that implement universal_ble_fork