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

Nucleus authentication SDK for Flutter.

nucleus_flutter #

Warning: DEV PREVIEW — This package is under active development and is NOT ready for production use. APIs may change without notice. For updates, watch the Nucleus repo.

Nucleus authentication SDK for Flutter.

Installation #

flutter pub add nucleus_flutter:0.1.0-dev.1

Quick Start #

import 'package:nucleus_flutter/nucleus_flutter.dart';

final nucleus = NucleusClient(publishableKey: 'pk_...');
final session = await nucleus.getSession();

License #

MIT

0
likes
0
points
113
downloads

Publisher

unverified uploader

Weekly Downloads

Nucleus authentication SDK for Flutter.

Repository (GitHub)
View/report issues

Topics

#authentication #sdk

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, http, url_launcher

More

Packages that depend on cntm_nucleus