vnpttech_pkg 1.2.39
vnpttech_pkg: ^1.2.39 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 Flutter:
$ flutter pub add vnpttech_pkgThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vnpttech_pkg: ^1.2.39Alternatively, your editor might support 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';