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

retractedunlistedoutdated

A Dart library package that provides API communication to connect, configure and control VNPT Technology network devices. This package was developed by Software Technology Center (STC).

example/vnpttech_pkg_example.dart

import 'package:vnpttech_pkg/vnpttech_pkg_base.dart';

Future<void> main() async {
  var apiEndpoint = VNPTTechAPI.shared;
  var registerRequest = {
    'appId': '<YOUR_APP_ID>',
    'appVersion': '<YOUR.APP.VERSION>'
  };
  await apiEndpoint.register(registerRequest);
}
3
likes
0
points
835
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library package that provides API communication to connect, configure and control VNPT Technology network devices. This package was developed by Software Technology Center (STC).

License

unknown (license)

Dependencies

convert, crypto, dart_jsonwebtoken, device_info, flutter, flutter_js, http, json_annotation, md5_file_checksum, package_info, path, shared_preferences

More

Packages that depend on vnpttech_pkg