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

PlatformAndroid

Enables you to build apps on top of peer to smartphone mesh networks

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:mesh_base_flutter_example/TestScreen.dart';

void main() {
  runApp(
    MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: const Text('Mesh Test')),
        body: Padding(
          padding: const EdgeInsets.all(16),
          child: const ExampleTestScreen(),
        ),
      ),
    ),
  );
}
0
likes
115
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Enables you to build apps on top of peer to smartphone mesh networks

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mesh_base_flutter

Packages that implement mesh_base_flutter