deploy library

Subpath import for Sankofa Deploy only.

Use this when you don't need the full sankofa_flutter surface and want a smaller import footprint:

import 'package:sankofa_flutter/deploy.dart';

// Then via the top-level Sankofa instance:
import 'package:sankofa_flutter/sankofa_flutter.dart';
await Sankofa.instance.init(apiKey: '...', enableDeploy: true);
await Sankofa.instance.deploy!.notifyAppReady();

Classes

SankofaDeploy
Sankofa Deploy — Flutter Code OTA updates.
SankofaDeployOptions
Per-module options for Sankofa Deploy (OTA updates).

Enums

UpdateStatus
Result of a Sankofa Deploy update check or install lifecycle event.