flutter_bluetooth_serial 0.4.0 copy "flutter_bluetooth_serial: ^0.4.0" to clipboard
flutter_bluetooth_serial: ^0.4.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());
  }
}
351
likes
130
points
13.4k
downloads

Publisher

verified publisher3daysapp.com.br

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