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

outdated

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
0
pub points
12%
popularity

Publisher

unverified uploader

A basic Flutter Bluetooth Serial library

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_bluetooth_serial_extended