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.
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();