dopos_weight_scale 0.0.3 dopos_weight_scale: ^0.0.3 copied to clipboard
***** EASY TO USE ***** The dopos_weight_scale plugin for interacting with weight scales via USB and COM ports on Android and Windows.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dopos_weight_scale
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dopos_weight_scale: ^0.0.3
Alternatively, 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:dopos_weight_scale/dopos_weight_scale.dart';