walf 1.0.3 copy "walf: ^1.0.3" to clipboard
walf: ^1.0.3 copied to clipboard

Walf is a secure and fast key-value based database based on JSON. It uses Salsa20 encryption algorithm for Walf security.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add walf

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

dependencies:
  walf: ^1.0.3

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:walf/walf.dart';
10
likes
110
pub points
10%
popularity

Publisher

verified publisherbeatiapp.com

Walf is a secure and fast key-value based database based on JSON. It uses Salsa20 encryption algorithm for Walf security.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

encrypt, flutter, logging, path_provider, path_provider_windows

More

Packages that depend on walf