dartdap 0.7.6 copy "dartdap: ^0.7.6" to clipboard
dartdap: ^0.7.6 copied to clipboard

LDAP v3 client library for Dart. Supports basic LDAP operations, add, delete, search, modify against any LDAP v3 compliant server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartdap

With Flutter:

 $ flutter pub add dartdap

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

dependencies:
  dartdap: ^0.7.6

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:dartdap/dartdap.dart';
12
likes
150
points
942
downloads

Publisher

unverified uploader

Weekly Downloads

LDAP v3 client library for Dart. Supports basic LDAP operations, add, delete, search, modify against any LDAP v3 compliant server.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

asn1lib, collection, logging, petitparser

More

Packages that depend on dartdap