dart_snap7 0.5.2
dart_snap7: ^0.5.2 copied to clipboard
wrapper for C library snap7 https://snap7.sourceforge.net/
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dart_snap7
With Flutter:
$ flutter pub add dart_snap7
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dart_snap7: ^0.5.2
Alternatively, 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:dart_snap7/dart_snap7.dart';