xiaomi_scale 2.2.1
xiaomi_scale: ^2.2.1 copied to clipboard
A Flutter plugin for taking measurements from Bluetooth Xiaomi weight scales
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xiaomi_scaleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
xiaomi_scale: ^2.2.1Alternatively, 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:xiaomi_scale/xiaomi_scale.dart';