ailink 0.0.1 copy "ailink: ^0.0.1" to clipboard
ailink: ^0.0.1 copied to clipboard

AiLink broadcast scale data decryption and body fat algorithm Flutter library.

ailink #

AiLink broadcast scale data decryption and body fat algorithm Flutter library.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

1、import AiLink plugin

import 'package:ailink/ailink.dart';

2、Plug-in initialization

final _ailinkPlugin = Ailink();

3、Decrypt data

_ailinkPlugin.decryptBroadcast(Uint8List)

4、Get body fat data

_ailinkPlugin.getBodyFatData(ParamBodyFatData().toJson())

For specific usage, please see example

1
likes
0
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

AiLink broadcast scale data decryption and body fat algorithm Flutter library.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ailink