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

discontinued

A Flutter package for Meshtastic radio communication

example/lib/main.dart

import 'package:example/meshtastic_test_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Meshtastic Test',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
      ),
      home: MeshtasticTestPage(),
    );
  }
}
0
likes
130
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for Meshtastic radio communication

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

fixnum, flutter, flutter_blue_plus, protobuf

More

Packages that depend on meshtastic_radio