flutter_bluetooth_serial_ble 0.5.0 copy "flutter_bluetooth_serial_ble: ^0.5.0" to clipboard
flutter_bluetooth_serial_ble: ^0.5.0 copied to clipboard

PlatformAndroid

A basic Flutter Bluetooth Serial library

example/lib/main.dart

import 'package:flutter/material.dart';

import './MainPage.dart';

void main() => runApp(new ExampleApplication());

class ExampleApplication extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(home: MainPage());
  }
}
19
likes
130
points
380
downloads

Publisher

unverified uploader

Weekly Downloads

A basic Flutter Bluetooth Serial library

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_bluetooth_serial_ble