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

Flutter basic implementation for Classical Bluetooth (only RFCOMM for now). Forked and republished as flutter_spp_bluetooth_serial.

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());
  }
}
2
likes
0
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter basic implementation for Classical Bluetooth (only RFCOMM for now). Forked and republished as flutter_spp_bluetooth_serial.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_spp_bluetooth_serial

Packages that implement flutter_spp_bluetooth_serial