kv 0.0.3 copy "kv: ^0.0.3" to clipboard
kv: ^0.0.3 copied to clipboard

Another Key-Value storage for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kv
copied to clipboard

With Flutter:

 $ flutter pub add kv
copied to clipboard

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

dependencies:
  kv: ^0.0.3
copied to clipboard

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:kv/kv.dart';
copied to clipboard
2
likes
140
points
38
downloads

Publisher

verified publisherspeedphp.com

Weekly Downloads

2024.06.25 - 2025.01.07

Another Key-Value storage for Dart.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on kv