ndk_drift 0.1.1 copy "ndk_drift: ^0.1.1" to clipboard
ndk_drift: ^0.1.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 Flutter:

 $ flutter pub add ndk_drift

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

dependencies:
  ndk_drift: ^0.1.1

Alternatively, your editor might support 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
40
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

MIT (license)

Dependencies

drift, drift_flutter, flutter, ndk, path_provider

More

Packages that depend on ndk_drift