digital_scale 0.0.2+1 copy "digital_scale: ^0.0.2+1" to clipboard
digital_scale: ^0.0.2+1 copied to clipboard

outdated

This package is to communicate with serial digital scale in flutter

example/lib/main.dart

import 'package:digital_scale/digital_scale.dart';

/// example how to use the digital scale package
void main() {

  /// call Digital Scale and pass arguments
  final digitalScale = DigitalScale('COM1', 'toledo prix 3');

  /// async return of weight
  digitalScale.getWeight().then((resp) => print('weight $resp'));
}
9
likes
0
points
1
downloads

Publisher

verified publishersclemente.42web.io

Weekly Downloads

This package is to communicate with serial digital scale in flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_libserialport, roundabnt

More

Packages that depend on digital_scale