nordic_dfu_web 0.0.7 copy "nordic_dfu_web: ^0.0.7" to clipboard
nordic_dfu_web: ^0.0.7 copied to clipboard

Flutter Plugin to Update Device Firmware (DFU) of your nrf51 or nrf52 chip from Nordic Semiconductor

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:nordic_dfu_web_example/home.dart';

void main() {
  runApp(
    const MaterialApp(
      debugShowCheckedModeBanner: false,
      title: "Nordic Dfu",
      home: Home(),
    ),
  );
}
5
likes
60
points
39
downloads

Documentation

API reference

Publisher

verified publisherrohitsangwan.in

Weekly Downloads

Flutter Plugin to Update Device Firmware (DFU) of your nrf51 or nrf52 chip from Nordic Semiconductor

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on nordic_dfu_web

Packages that implement nordic_dfu_web