vnpttech_pkg 1.0.6 copy "vnpttech_pkg: ^1.0.6" to clipboard
vnpttech_pkg: ^1.0.6 copied to clipboard

unlistedoutdated

A Dart library for VNPT Technology Network devices. Provide communication API to performing local and cloud device control. Developed by Software Technology Center.

example/vnpttech_pkg_example.dart

import 'package:vnpttech_pkg/vnpttech_pkg.dart';

Future<void> main() async {
  var api = VNPTTechAPI.shared;
  var res = await api.discovery();
  print(res);
}
3
likes
0
points
835
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for VNPT Technology Network devices. Provide communication API to performing local and cloud device control. Developed by Software Technology Center.

License

unknown (license)

Dependencies

http, json_annotation, path

More

Packages that depend on vnpttech_pkg