vnpttech_pkg 1.4.12
vnpttech_pkg: ^1.4.12 copied to clipboard
A Dart library package that provides API communication to connect, configure and control VNPT Technology network devices. Developed by Software Technology Center
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vnpttech_pkgWith Flutter:
$ flutter pub add vnpttech_pkgThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vnpttech_pkg: ^1.4.12Alternatively, 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:vnpttech_pkg/vnpttech_pkg.dart';