acl_sdk 0.0.1-beta copy "acl_sdk: ^0.0.1-beta" to clipboard
acl_sdk: ^0.0.1-beta copied to clipboard

Fultter ACL SDK by Unified Intelligence

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add acl_sdk

With Flutter:

 $ flutter pub add acl_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  acl_sdk: ^0.0.1-beta

Alternatively, your editor might support dart pub get or 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_sdk/acl_sdk.dart';