ble_peripheral_plus 2.5.3 copy "ble_peripheral_plus: ^2.5.3" to clipboard
ble_peripheral_plus: ^2.5.3 copied to clipboard

A maintained Flutter BLE peripheral and GATT server plugin for Android, iOS, macOS, and Windows, based on ble_peripheral.

example/lib/main.dart

import 'package:ble_peripheral_example/home_controller.dart';
import 'package:ble_peripheral_example/home_view.dart';
import 'package:flutter/material.dart';

import 'package:get/get.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  Get.put(HomeController());
  runApp(
    const GetMaterialApp(
      debugShowCheckedModeBanner: false,
      title: "BlePeripheral",
      home: HomeView(),
    ),
  );
}
1
likes
160
points
0
downloads

Documentation

Documentation
API reference

Publisher

verified publisheralmasum.dev

Weekly Downloads

A maintained Flutter BLE peripheral and GATT server plugin for Android, iOS, macOS, and Windows, based on ble_peripheral.

Repository (GitHub)
View/report issues

Topics

#bluetooth #ble #gatt #peripheral #flutter-plugin

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ble_peripheral_plus

Packages that implement ble_peripheral_plus