fritz_tr064 0.2.1 copy "fritz_tr064: ^0.2.1" to clipboard
fritz_tr064: ^0.2.1 copied to clipboard

A Dart library for accessing Fritz!Box routers via the TR-064 protocol (SOAP over HTTP with content-level digest authentication).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fritz_tr064

With Flutter:

 $ flutter pub add fritz_tr064

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

dependencies:
  fritz_tr064: ^0.2.1

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

Import it

Now in your Dart code, you can use:

import 'package:fritz_tr064/fritz_tr064.dart';
1
likes
160
points
220
downloads

Publisher

verified publisherhaumacher.de

Weekly Downloads

A Dart library for accessing Fritz!Box routers via the TR-064 protocol (SOAP over HTTP with content-level digest authentication).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, http, xml

More

Packages that depend on fritz_tr064