acl_scoring 0.1.0
acl_scoring: ^0.1.0 copied to clipboard
A Flutter plugin which provide ACL functioning by Unified Intelligence. Which help you collect device's data and calculate indicators.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add acl_scoringThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
acl_scoring: ^0.1.0Alternatively, 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:acl_scoring/acl_scoring.dart';