drift_cache_manager 0.0.1 copy "drift_cache_manager: ^0.0.1" to clipboard
drift_cache_manager: ^0.0.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 drift_cache_manager

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

dependencies:
  drift_cache_manager: ^0.0.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:drift_cache_manager/drift_cache_manager.dart';
0
likes
90
points
391
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

Documentation

API reference

License

MIT (license)

Dependencies

drift, drift_flutter, flutter, ndk, path_provider

More

Packages that depend on drift_cache_manager