nrfutil 0.0.2 copy "nrfutil: ^0.0.2" to clipboard
nrfutil: ^0.0.2 copied to clipboard

outdated

A Flutter plugin to create nRF DFU packages with signing for DFU updates on nRF51 and nRF52 devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nrfutil

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  nrfutil: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nrfutil/nrfutil.dart';
1
likes
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to create nRF DFU packages with signing for DFU updates on nRF51 and nRF52 devices.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, basic_utils, crypto, flutter, protobuf

More

Packages that depend on nrfutil