nordic_nrf_mesh 0.10.1 nordic_nrf_mesh: ^0.10.1 copied to clipboard
A Flutter plugin to enable mesh network management and communication using Nordic's SDKs. It also provides the ability to open BLE connection with mesh nodes using some other Flutter plugin.
import 'package:flutter/material.dart';
import 'package:nordic_nrf_mesh_example/src/app.dart';
void main() => runApp(const MyApp());