universal_ble 0.9.1 copy "universal_ble: ^0.9.1" to clipboard
universal_ble: ^0.9.1 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(),
    ),
  );
}
68
likes
0
points
5.42k
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

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

bluez, collection, convert, flutter, flutter_web_bluetooth, plugin_platform_interface

More

Packages that depend on universal_ble