ndk_drift 0.1.0-dev.1 copy "ndk_drift: ^0.1.0-dev.1" to clipboard
ndk_drift: ^0.1.0-dev.1 copied to clipboard

A Drift-based cache manager for the NDK (Nostr Development Kit) library, providing persistent SQLite storage for Nostr protocol data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ndk_drift

With Flutter:

 $ flutter pub add ndk_drift

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ndk_drift: ^0.1.0-dev.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ndk_drift/ndk_drift.dart';
0
likes
0
points
335
downloads

Publisher

unverified uploader

Weekly Downloads

A Drift-based cache manager for the NDK (Nostr Development Kit) library, providing persistent SQLite storage for Nostr protocol data.

Repository (GitHub)
View/report issues

Topics

#nostr #ndk

License

unknown (license)

Dependencies

drift, drift_flutter, flutter, ndk, path_provider

More

Packages that depend on ndk_drift