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

Nucleus authentication SDK for Flutter.

cntm_nucleus #

Nucleus authentication SDK for 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.

CI Security License: MIT

pub.dev

Dart

Flutter Dart


Manage sessions and user state in your Flutter app.

Part of Nucleus — high-performance, self-hosted auth platform.

Installation #

flutter pub add cntm_nucleus

Quick Start #

import 'package:cntm_nucleus/cntm_nucleus.dart';

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

License #

MIT

0
likes
110
points
113
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Nucleus authentication SDK for Flutter.

Repository (GitHub)
View/report issues

Topics

#authentication #sdk

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, url_launcher

More

Packages that depend on cntm_nucleus