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

void main() {
  runApp(
    MaterialApp(
      title: 'Universal BLE',
      debugShowCheckedModeBanner: false,
      darkTheme: ThemeData.dark(),
      themeMode: ThemeMode.system,
      home: const MyApp(),
    ),
  );
}
45
likes
0
pub points
89%
popularity

Publisher

verified publishernavideck.com

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, flutter, flutter_web_bluetooth, plugin_platform_interface

More

Packages that depend on universal_ble