flutter_ble_peripheral_central 0.0.1 copy "flutter_ble_peripheral_central: ^0.0.1" to clipboard
flutter_ble_peripheral_central: ^0.0.1 copied to clipboard

outdated

flutter_ble_peripheral_central plugin project.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_ble_peripheral_central_example/view/home_screen.dart';

void main() {
  runApp(MaterialApp(home: HomeScreen()));
}