flutter_bluetooth_serial_extended 0.2.8 copy "flutter_bluetooth_serial_extended: ^0.2.8" to clipboard
flutter_bluetooth_serial_extended: ^0.2.8 copied to clipboard

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());
  }
}
9
likes
15
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A basic Flutter Bluetooth Serial library

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_bluetooth_serial_extended

Packages that implement flutter_bluetooth_serial_extended