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

unlistedoutdated

A Dart library package that provides API communication to connect, configure and control VNPT Technology network devices. Developed by Software Technology Center

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. Developed by Software Technology Center

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