auth0_lock 0.1.0 copy "auth0_lock: ^0.1.0" to clipboard
auth0_lock: ^0.1.0 copied to clipboard

Dart 1 only

A Dart wrapper for AUth0 Lock

Auth0 Lock #

A Dart Wrapper for Auth0 Lock

This package uses dart:js to wrap the functionality provided by auth0-lock.js in Dart classes.

The auth0-lock.js must be included for the wrapper to work:

<!-- Latest major release -->
<script src="http://cdn.auth0.com/js/lock-7.min.js"></script>

<!-- Latest minor release -->
<script src="http://cdn.auth0.com/js/lock-7.x.min.js"></script>

<!-- Latest patch release (recommended for production) -->
<script src="http://cdn.auth0.com/js/lock-7.x.y.min.js"></script>

Notes #

The Dart version uses a more idiomatic API, instead of passing callbacks it uses Futures

Example #

See example

0
likes
30
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart wrapper for AUth0 Lock

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on auth0_lock